-
Notifications
You must be signed in to change notification settings - Fork 26
Support UPDATE SET DEFAULT #132
Copy link
Copy link
Closed
Description
UPDATE SET DEFAULT is not yet supported.
https://cloud.google.com/spanner/docs/reference/standard-sql/dml-syntax#update-statement
[statement_hint_expr] UPDATE table_name [table_hint_expr] [[AS] alias]
SET update_item [, ...]
WHERE condition [return_clause];
update_item: column_name = { expression | DEFAULT }
statement_hint_expr: '@{' statement_hint_key = statement_hint_value '}'
table_hint_expr: '@{' table_hint_key = table_hint_value '}'
return_clause:
THEN RETURN [ WITH ACTION [ AS alias ] ] { select_all | expression [ [ AS ] alias ] } [, ...]
select_all:
[ table_name. ]*
[ EXCEPT ( column_name [, ...] ) ]
[ REPLACE ( expression [ AS ] column_name [, ...] ) ]
Related
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels