日期:2014-05-16 浏览次数:20387 次
select t.user_account username, t.mobile usermobile, t.user_id userid, u.down_type downtype, u.resourceid appid, u.resourcename appname, u.package_id jarid from t_userdownreslog u,t_userinfo t where u.transaction_id = '10111902201098785862' and t.user_id = u.user_id and u.down_status=2 and u.tran_type=2;
select /*+FIRST_ROWS*/ t.user_account username, t.mobile usermobile, t.user_id userid, u.down_type downtype, u.resourceid appid, u.resourcename appname, u.package_id jarid from t_userdownreslog u,t_userinfo t where u.transaction_id = '10111902201098785862' and t.user_id = u.user_id and u.down_status=2 and u.tran_type=2;