2007-01-22

select fixed records without using “TOP"

set rowcount 3
select name,salary
from salse
order by salary desc
set rowcount 0

沒有留言:

張貼留言