Joe Murphy-308129
SSC-Addicted
Points: 402
More actions
April 18, 2006 at 12:12 pm
#113945
In Oracle if I want just the first 10 records from a table I can
select * from tableA where rowcount < 11
How can I do that in Sql Server??
Thanks
Joe Murphy
April 18, 2006 at 12:22 pm
#632936
Was having a Stupid Attack found my answer
April 18, 2006 at 12:23 pm
#632937
and that answer was
set rowcount 10
select * from tableA
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply