如果用sql语句写的话,与下面的语句类似:
select
t.*
from
表 t
where
t.declid in(select top 10 declid from 表 where a列=t.a列)
大家可以发现,执行效率很糟糕,执行了几分钟后,如果改用游标加top 10则只会用2秒的时间。
如果用sql语句写的话,与下面的语句类似:
select
t.*
from
表 t
where
t.declid in(select top 10 declid from 表 where a列=t.a列)
大家可以发现,执行效率很糟糕,执行了几分钟后,如果改用游标加top 10则只会用2秒的时间。
相关文章:
网公网安备:皖ICP备2020019022号-3 Copyright ¢ 2020-2025 Powered by V1.8 All Rights Reserved 技术支持:乐呵呵网
声明:本站所有资源以学习为主