Let’s change the question:
Why would you want to order a subquery if you are not going to use the top clause ?
This is Standard’s requirement basing on the fact that table has no ordering in rows.
hi Karthikharve, because subquery want single value for only main query executed.
Let’s change the question:
Why would you want to order a subquery if you are not going to use the top clause ?
This is Standard’s requirement basing on the fact that table has no ordering in rows.
hi Karthikharve,
because subquery want single value for only main query executed.