SubQuery

  • ?

    I call always use an TOP without an ORDER BY clause.

    i.e.

    select top 10 object_id from sys.objects

    works fine !

  • ArnoKwetters (6/22/2015)


    ?

    I call always use an TOP without an ORDER BY clause.

    i.e.

    select top 10 object_id from sys.objects

    works fine !

    Of course it does, because it's not a subquery, which is what this question is asking about.

  • 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