SQL Clause Run Order
Database
3
Posts
3
Posters
0
Views
1
Watching
-
Is this run order is true ? 6 SELECT 1 FROM 2 WHERE 3 GROUP BY 4 HAVING 5 ORDER BY Best Regards...
-
Is this run order is true ? 6 SELECT 1 FROM 2 WHERE 3 GROUP BY 4 HAVING 5 ORDER BY Best Regards...
Yes, It is true.
-
Is this run order is true ? 6 SELECT 1 FROM 2 WHERE 3 GROUP BY 4 HAVING 5 ORDER BY Best Regards...
Although it is interesting the order of a SQL statement running, my question is: "Why does this matter ?" Just wondering. :)