摘要: --比较下面两段sql 执行效率select * from DC_Keyword where nick='绿鸽鞋类专营店' and campaign_id=6852747and adgroup_id=160206338 and keyword_id is not null and data_time in (select MAX(data_time) from DC_Keyword where nick='绿鸽鞋类专营店')--特别是当用到子查询的时候,在子查询语句中 where 条件尽可能多 查询效率越快select * from DC_Keyword whe 阅读全文
posted @ 2013-01-22 16:23 xust 阅读(151) 评论(0) 推荐(0)