Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PR #93754 - sql: deprecate ordinal column references #15871

Open
cockroach-teamcity opened this issue Dec 21, 2022 · 0 comments
Open

PR #93754 - sql: deprecate ordinal column references #15871

cockroach-teamcity opened this issue Dec 21, 2022 · 0 comments

Comments

@cockroach-teamcity
Copy link
Member

cockroach-teamcity commented Dec 21, 2022

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 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.

Jira Issue: DOC-6447

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants