sequence of execution of select statement
650137Oct 7 2008 — edited Oct 7 2008which part of sql query gets executed first? AND Whats the sequence after that?
In where clause AND OR NOT do they have any higher preference while execution?
SELECT
FROM
JOIN
WHERE
GROUP BY
HAVING
ORDER BY