Nov 14, 2001 #1 GSMike Programmer Joined Feb 7, 2001 Messages 143 Location US I am accustomed to, in MS Access, saying: Code: select top 30 from mytable; Is there a way to do this in SQL Server 6.5? I keep getting "error message near 30". Thanking you in advance. Mike K
I am accustomed to, in MS Access, saying: Code: select top 30 from mytable; Is there a way to do this in SQL Server 6.5? I keep getting "error message near 30". Thanking you in advance. Mike K
Nov 14, 2001 #2 balves Programmer Joined Oct 24, 2000 Messages 983 Location US Top was implemented in SQL Server V7, I believe. Upvote 0 Downvote
Nov 14, 2001 #3 kim1 Programmer Joined Nov 7, 2001 Messages 77 Location CA TOP is a new keyword in SQL Server 7. It is not compatible with SQL Server 6 or 6.5 Kim Upvote 0 Downvote
Nov 14, 2001 Thread starter #4 GSMike Programmer Joined Feb 7, 2001 Messages 143 Location US Great. Thanks for the definitive info. Mike K Upvote 0 Downvote