> > Order By: ... issues if used in a subquery
I can't see any reason why an ORDER BY would be necessary in a sub-
query

The sub-query returns a set and sets (tables) aren't sorted. You
wouldn't sort on a "regular" table that you join on either.
Even with an IN or EXISTS operator the ORDER BY does not make sense.



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/h2-database?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to