DataGrip think my string literal is a column

已回答

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

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

请先登录再写评论。