Kevin
12 years ago
select (select count(*) from table_name where id < 200000) as count ,* from table_name where id < 200000;
立即下載