Open framlog opened 1 month ago
It's to support ALTER TABLE [<database>.]<table> UPDATE <column> = <expression> WHERE <filter_expr>.
ALTER TABLE [<database>.]<table> UPDATE <column> = <expression> WHERE <filter_expr>
Setting this to draft since its not waiting for review in the meantime, please feel free to undraft when ready!
It's to support
ALTER TABLE [<database>.]<table> UPDATE <column> = <expression> WHERE <filter_expr>
.