SHOW COLUMNS FROM `all_follow` [ RunTime:0.0006s ]
SHOW COLUMNS FROM `setting` [ RunTime:0.0005s ]
SELECT * FROM `setting` WHERE `key` = 'stock_rank_type' LIMIT 1 [ RunTime:0.0004s ]
select profit_rate_w as w_r,profit_rate_t as t_r ,profit_rate_m as m_r,profit_rate_d as d_r,replica_profit.u_id
from replica_profit inner join
(select max(id) as id,u_id from replica_profit
where u_id in (246334)
group by u_id ) r
on (replica_profit.u_id=r.u_id and replica_profit.id=r.id) [ RunTime:0.0008s ]
select is_server,r.u_id
from replica_acc inner join
(select max(id) as id,u_id from replica_acc
where u_id in (246334)
group by u_id ) r
on (replica_acc.u_id=r.u_id and replica_acc.id=r.id) [ RunTime:0.0005s ]
SELECT * FROM `setting` WHERE `key` = 'stock_rank_type' LIMIT 1 [ RunTime:0.0004s ]