diff options
Diffstat (limited to 'tests/format.html')
-rw-r--r-- | tests/format.html | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/tests/format.html b/tests/format.html index 8a00903..dcbac03 100644 --- a/tests/format.html +++ b/tests/format.html @@ -778,6 +778,29 @@ WHERE and b = 5; SELECT + count - 50 +WHERE + a - 50 = b +WHERE + 1 + and -50 +WHERE + -50 = a +WHERE + a = -50 +WHERE + 1 + /*test*/ + -50 +WHERE + 1 + and -50; + +SELECT + @ + and b; + +SELECT @"weird variable name"; SELECT |