We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Like this:
select a[10] from foo when a is a column of array type.
select a[10] from foo
a
Since we now have proper typing support for arrays the syntax can be supported. This is a sub-issue of #8318.
The text was updated successfully, but these errors were encountered:
knz
No branches or pull requests
Like this:
select a[10] from foo
whena
is a column of array type.Since we now have proper typing support for arrays the syntax can be supported.
This is a sub-issue of #8318.
The text was updated successfully, but these errors were encountered: