We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BETWEEN ... AND
We break before AND even following a BETWEEN, which might not be intended:
AND
BETWEEN
SELECT distance BETWEEN 0 AND 20 AS is_proximate, distance BETWEEN 20 AND 100 AS is_mid, distance >= 100 AS is_far FROM employees
...relative to what I might have expected...
The text was updated successfully, but these errors were encountered:
69f2d19
Thanks a lot @shssoichiro !
Sorry, something went wrong.
No branches or pull requests
We break before
AND
even following aBETWEEN
, which might not be intended:...relative to what I might have expected...
The text was updated successfully, but these errors were encountered: