The following query ```sql select a from aa where a ~ any(array['x']) ``` yields ``` Expected one of [=, >, <, =>, =<, !=] as comparison operator, found: ~ at Line: 1, Column: 26 ```