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
T_MultiAssignRef
One of the postgres expressions we inherited through the parser is not implemented.
create table tbl (key int, fruit varchar); UPDATE tbl set (fruit, key) = ('Orange', 5);
Not implemented Error: Expression type T_MultiAssignRef (357)
MacOS
master
CLI
Thijs Bruineman
DuckDB Labs
The text was updated successfully, but these errors were encountered:
UPDATE SET
Tishj
No branches or pull requests
What happens?
One of the postgres expressions we inherited through the parser is not implemented.
To Reproduce
OS:
MacOS
DuckDB Version:
master
DuckDB Client:
CLI
Full Name:
Thijs Bruineman
Affiliation:
DuckDB Labs
Have you tried this on the latest
master
branch?Have you tried the steps to reproduce? Do they include all relevant data and configuration? Does the issue you report still appear there?
The text was updated successfully, but these errors were encountered: