SQL Server面试题笔试题:前言记得很早以前就有人跟我说过,在使用count的时候要用count(1)而不要用count(*),因为使用count(*)的时候会对所有的列进行扫描, ...
www.mianwww.com