SQL "FROM" underlined red

Answered

Hi,

I don't understand why FROM (and only this word) is underlined red. I tried playing around with inspection / highlighting settings and SQL Dialect options, to no avail. Help?

ps. The solution from https://intellij-support.jetbrains.com/hc/en-us/community/posts/207050605-How-to-disable-SQL-inspections- doesn't work, as there is not "keywords only" option I can find.

IntelliJ IDEA 2018.1.5 (Ultimate Edition)
Build #IU-181.5281.24, built on June 12, 2018
JRE: 1.8.0_152-release-1136-b39 amd64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Windows 10 10.0

 

0
1 comment

>as there is not "keywords only" option I can find.

Use Generic dialect as an injected SQL dialect, or disable injection completely.

Related issue: https://youtrack.jetbrains.com/issue/IDEA-165881.

0

Please sign in to leave a comment.