DEBSOURCES
Skip Quicknav
sources / highlight.js / 10.7.3%2Bdfsg-2 / test / markup / sql / string-types.txt
1234567
SELECT '\'; -- this is not a string in SQL, it's an identifier SELECT "name" from users; -- not in the SQL spec SELECT `\`;