We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1afb19 commit dc4ead3Copy full SHA for dc4ead3
test/index.js
@@ -14,3 +14,6 @@ console.log(highlight("SELECT COUNT(id), `id`, `username` FROM `users` WHERE `em
14
console.log(highlight('SELECT id FROM users'))
15
16
console.log(highlight('WITH t1 AS (SELECT data_point FROM tablename) SELECT data_point FROM t1;'))
17
+
18
+console.log(highlight('SELECT id FROM listings WHERE status = \'not available\''))
19
+console.log(highlight('SELECT id FROM listings WHERE status = "not available"'))
0 commit comments