expressions ⓷

BigQueryDb2 (LUW)DuckDBH2MariaDBMySQLOracle DBPostgreSQLSQL ServerSQLite200820102012201420162018202020222024⊘ 3.5.7 - 3.53.0⊘ 2008R2 - 2025⚠ 8.3 - 18a✓ 12cR1 - 23.26.1✓ 5.7 - 9.7.0⊘ 5.0 - 5.6✓ 10.1 - 12.2.2⊘ 5.1 - 10.0.10⚠ 1.4.191 - 2.4.240a✓ 1.0.0 - 1.5.0✓ 9.7 - 12.1.4✓ 2.0+
  1. Expressions cannot contain selected names:
    select c AS x FROM (VALUES (1), (2)) t(c) ORDER BY x