SQL formatting support
[php-sqllint.git] / tests / files / select-unformatted.sql
diff --git a/tests/files/select-unformatted.sql b/tests/files/select-unformatted.sql
new file mode 100644 (file)
index 0000000..c8fafca
--- /dev/null
@@ -0,0 +1 @@
+SELECT id, name, url FROM users WHERE date > NOW() and id != 0 ORDER BY name LIMIT 10