sql: UPDATE ... FROM
returns 0A000 unimplemented
#29972
Labels
X-duplicate
Closed as a duplicate of another issue.
UPDATE ... FROM
returns 0A000 unimplemented
#29972
Is this a bug report or a feature request?
Not sure.
BUG REPORT
Please describe the issue you observed, and any steps we can take to reproduce it:
Which version of CockroachDB are you using?
2.0.5
What did you do?
Multi row update on a table with
id
(Primary Key) anddata
(JSONB Inverted Index) columns using pgs compatible query (node-postgress):What did you expect to see?
Successful execution.
What did you see instead?
An error message
unimplemented at or near "where"
(code0A000
)What was the impact?
I took a shot of tequila. I can alternatively batch all updates, wondering whether the above query syntax is not implemented as the error states (if so, any plans to support it) or if I did something wrong in there.
FEATURE REQUEST
If the above is indeed not a bug, kindly consider this issue a feature request.
Thank you!
The text was updated successfully, but these errors were encountered: