Reputation: 4767
It seems like IntelliJ is expecting strings to be escaped by the quote-char and not a backslash. Is there a way to change the SQL dialect here, or how can I get rid of the error squiggly in my editor?
Upvotes: 0
Views: 247
Reputation: 4767
You can right-click in the editor and select Change Dialect:
More details at https://www.jetbrains.com/help/idea/settings-languages-sql-dialects.html.
Upvotes: 2