DataGrip think my string literal is a column

Answered

For example, in the screenshot above, I am writing mysql query with "ITB" as a string, but DataGrip would treat it as a column instead of a string and show the error.

0
3 comments

Could you specify database dialect  you use and an example to reproduce the issue?

0
Avatar
Permanently deleted user
SELECT member.MemberID FROM member  WHERE Name = "i"

MySQL Dialect

0

Please sign in to leave a comment.