Lisa-239472
Valued Member
Points: 71
More actions
June 24, 2005 at 11:51 am
#167518
Is there a limitation with SQL version 65 and using the TOP operator in a query?
Lisa
Ray M
SSC-Insane
Points: 21093
June 24, 2005 at 12:07 pm
#568353
Top Operator is not used in SQL 6.5 New in sql 2000
Try
set rowcount 100
select * from Mytable
Note 100 rows returned
June 24, 2005 at 12:19 pm
#568359
Thanks - it works.
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply