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
Unexpected syntax error: ensure_kind(): excepted node is identifier, but actual (
|
5 | tbl t(id, name);
| ^ Appears as "(" node on the CST
|
WITH ORDINARITY
input
SELECT*FROM pg_ls_dir('.') WITH ORDINALITY AS t(ls,n);
error
Validation Error: different kind token: Errors have occurred near the following token
|
1 | SELECT * FROM pg_ls_dir('.') WITH ORDINALITY AS t(ls,n);
| ^^^^
|
WITH ORDINARITY
column aliases
input
error
WITH ORDINARITY
input
error
references
The text was updated successfully, but these errors were encountered: