Processing Order of the SELECT statement

来源:互联网 发布:制造软件开发 编辑:程序博客网 时间:2024/06/05 03:19
The following steps show the processing order for a SELECT statement.
FROM
ON
JOIN
WHERE
GROUP BY
WITH CUBE or WITH ROLLUP
HAVING
SELECT
DISTINCT
ORDER BY
TOP
0 0