Arno Kwetters
Hall of Fame
Points: 3727
More actions
June 22, 2015 at 2:12 am
#1806944
?
I call always use an TOP without an ORDER BY clause.
i.e.
select top 10 object_id from sys.objects
works fine !
paul.knibbs
SSCoach
Points: 15320
June 22, 2015 at 2:20 am
#1806949
ArnoKwetters (6/22/2015)?I call always use an TOP without an ORDER BY clause.i.e.select top 10 object_id from sys.objectsworks fine !
ArnoKwetters (6/22/2015)
Of course it does, because it's not a subquery, which is what this question is asking about.
June 22, 2015 at 2:25 am
#1806952
Yeah Paul you are right.
Bad reading of me.
Where is some more coffee ?
Viewing 3 posts - 46 through 47 (of 47 total)
You must be logged in to reply to this topic. Login to reply