sql: support UPDATE ONLY syntax #53552
Labels
A-sql-pgcompat
Semantic compatibility with PostgreSQL
A-sql-syntax
Issues strictly related to the SQL grammar, with no semantic aspect
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
In Postgres, you can write a query like
UPDATE ONLY tablename ...
. Here's what the docs say:https://www.postgresql.org/docs/10/sql-update.html
I've only encountered this in one test case from the PGJDBC test suite.
Perhaps this would be a candidate for "good first issue" -- I'm adding to the SQL Features triage board so someone with more knowledge can decide to add that label.
The text was updated successfully, but these errors were encountered: