Home Tags common-table-expression
common-table-expression

A Common Table Expression (CTE) is a temporary result set that is defined within the execution scope of a single SELECT, INSERT, UPDATE or DELETE statement. Formally named <with clause>, according to the ISO SQL standard.

0 questions