Skip to content

add support for WITH ORDINALITY #1336

Closed
@lovasoa

Description

@lovasoa

The following is valid sql, and works in postgres, but cannot be parsed with sqlparser:

select * from my_srf() with ordinality;

https://www.postgresql.org/docs/current/functions-srf.html

Initially reported in sqlpage/SQLPage#491 (reply in thread)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions