<statement> expected, got 'UPDATE'
I face some really strange issue. Pycharm seems to find error in lines with SQL request that starts with UPDATE statement. It's totally ok from DELETE, INSERT or even RANDOMWORD, but not for UPDATE.

PyCharm 2022.3.2 (Professional Edition)
Build #PY-223.8617.48, built on January 24, 2023
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
macOS 13.1
请先登录再写评论。
Jesus, I am an idiot. It was clickhouse for some reason.