<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

0
2 comments
Hi, which SQL dialect is selected in **Preferences | Languages & Frameworks | SQL Dialects** for you? Also, what does the error say?
0

Jesus, I am an idiot. It was clickhouse for some reason. 

0

Please sign in to leave a comment.