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
Release note (sql change): Ordinal column references (e.g., SELECT @1, @2 FROM t) are now deprecated. By default, statements using
this syntax will now result in an error. They can be allowed using the
session setting SET allow_ordinal_column_references=true. Support for
ordinal column references is scheduled to be removed in version 23.2.
Exalate commented:
Related PR: cockroachdb/cockroach#93754
Commit: cockroachdb/cockroach@cfa32f1
Release note (sql change): Ordinal column references (e.g.,
SELECT @1, @2 FROM t
) are now deprecated. By default, statements usingthis syntax will now result in an error. They can be allowed using the
session setting
SET allow_ordinal_column_references=true
. Support forordinal column references is scheduled to be removed in version 23.2.
Jira Issue: DOC-6447
The text was updated successfully, but these errors were encountered: