请问SQL运行效率
id,reid都有索引
-------------------
select count(id) from [tab] where id= '* ' reid= '** ' "
------------------
先读取select top 1 reid from [tab] where id= '* '
再比较rs( "reid ")是否=**
-------------------------
请问哪一个效率好一些?谢谢!!
------解决方案--------------------下面的好