You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The unnest function which can have an optional with ordinality qualifier, is an unsupported statement when the qualifier is supplied.
SQL Example:
select*from unnest(array[4,5,6]) with ordinality;
Software Information:
JSqlParser 5.1
Database (e. g. SQL-99 )
It is part of the SQL-99 spec, although this is parsed into an UnsupportedStatement, and once in an unsupported statement, the statement can't be parsed and tree walked using JSQLParser.