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
test [112] > select * from test2 inner join test3 on (test2.val = test3.value) inserted 1 foo inserted 2 bar test [113] > select * from test2 inserted 1 foo inserted 2 bar test [114] > select * from test3 inserted 2 maho inserted 3 foo
Various other combinations in the ON clause that I'd expect to throw exceptions or give the correct result return the same wrong answer.
ON
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Various other combinations in the
ON
clause that I'd expect to throw exceptions or give the correct result return the same wrong answer.The text was updated successfully, but these errors were encountered: