Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save sqlparser/10101471 to your computer and use it in GitHub Desktop.
Save sqlparser/10101471 to your computer and use it in GitHub Desktop.
whitespace padding space around operator
SELECT *
FROM dual
WHERE 1=-1
AND(1!=2
OR 2^=3)
AND 3<>4
AND 4>5;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment