例: Select col1,col2 From table Where id + 1 = 1234; Select col1,col2 from table where date(create_dt) = ‘2015-11-11’;
select a.col1,a.col2 from table a inner join (select id from table where xxxx order by xxx desc limit 100000,10) b on (a.id = b.id) 注:经测试,性能大概可以提升20-30 %
新闻热点
疑难解答