apache / datafusion-sqlparser-rs

Extensible SQL Lexer and Parser for Rust
Apache License 2.0
2.8k stars 543 forks source link

ClickHouse: support `alter table update ...` #1476

Open framlog opened 1 month ago

framlog commented 1 month ago

It's to support ALTER TABLE [<database>.]<table> UPDATE <column> = <expression> WHERE <filter_expr>.

iffyio commented 1 week ago

Setting this to draft since its not waiting for review in the meantime, please feel free to undraft when ready!