Frage

Thats awful, I can't find where I can turn if off!

Image

The prolem is that PhpStorm detectes quote as Bad Token and Underwaves it.

War es hilfreich?

Lösung

The backticks delimiters for table and column names are not SQL compliant, they're MySQL, hence it's giving an error.

To fix the problem, inject the "MySQL" language into the string. The problem should be resolved.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top