> My final case for now: > > > > ```sql > > SELECT -[(1)]; > > ``` > > ``` > > Logical error: 'Inconsistent AST formatting: the query: > > SELECT -[1] > > Was parsed and formatted back as: > > SELECT -([1])'. > > ``` > > After these examples get fixed, I can test the remaining from my stash. _Originally posted by @PedroTadim in [#68296](https://github.com/ClickHouse/ClickHouse/issues/68296#issuecomment-2288666355)_