Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upIncorrect association of LIMIT and OFFSET in a union query #903
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Note: Similar to #899
Describe the bug
The LIMIT and OFFSET present at the end of a UNION query should be associated with the UNION query as a whole. Currently, it is being associated with the last SELECT query in the UNION.
To Reproduce
Steps to reproduce the behavior:
Actual behavior
Expected behavior
Reference
System