sqlglot icon indicating copy to clipboard operation
sqlglot copied to clipboard

feat(parser)!: JOIN pipe syntax, Set Operators as CTEs

Open geooo109 opened this issue 6 months ago • 0 comments

This PR adds support for the JOIN pipe syntax.

Operator Implemented
FROM
SELECT
WHERE
WHERE (replacing HAVING)
WHERE (replacing QUALIFY)
EXTEND
SET
RENAME
DROP
AS
LIMIT/OFFSET
AGGREGATE WITH GROUP/ORDER BY
ORDER BY
UNION
INTERSECT
EXCEPT
JOIN
CALL
TABLESAMPLE
PIVOT
UNPIVOT

geooo109 avatar Jun 12 '25 09:06 geooo109