|> pipe operator, see Pipe syntax.
Supported clauses
Set operations
Set operatorsUNION, INTERSECT, and EXCEPT are supported with ALL or DISTINCT.
Limitations
CORRESPONDINGandBY NAMEapply toUNIONonly.INTERSECTandEXCEPTdo not accept them.- Without an explicit column list, only the
FULLandSTRICTforms ofCORRESPONDINGare supported. Subset (inner or left) matching needs an explicitBY (...)list. WITH RECURSIVEis not supported.PIVOT,UNPIVOT,TABLESAMPLE, andMATCH_RECOGNIZEare not supported as table sources.UNNEST ... WITH ORDINALITYis not supported. UseWITH OFFSET AS alias.ORDER BYdoes not supportWITH FILLorINTERPOLATE.DISTINCT ON,LIMIT ... BY,FETCH, and row-locking clauses are not supported.- A table-valued function call must be unqualified. A schema-qualified call (
schema.func(...)) is not supported.