Bug #82664
closed
- Status changed from New to Under Review
Sidenote: On MSSQL SELECT
is processed after GROUP BY
- that's the reason alias names cannot be used here.
To be complete ;)
DBMS evaluate statements in the following order:
FROM
WHERE
GROUP BY
HAVING
SELECT
ORDER BY
DBMS with additional logic may be able to resolve aliases set in SELECT in other parts already, but to be safe we should write statements as though there is no additional logic.
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
- Related to Task #82811: Extend WorkspaceServiceTests for fetchPagesWithVersionsInTable added
- Status changed from Resolved to Closed
Also available in: Atom
PDF