
为什么sql这样查询很耗时间
1个回答
展开全部
要把你的代码发上来才知道为什么呀
比如:
select * from log a,(
select t.id,max(date) from log
where id='10000'
group by t.id
)b
where a.id=b.id
--为什么下面这个很耗时间
select * from log a,(
select t.id,max(date) from log
group by t.id
)b
where a.id=b.id and a.id='10000'
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询
广告 您可能关注的内容 |