Skip to content
New issue

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

Inner Joins in SQL Giving Incorrect Results #20

Open
dclements opened this issue Jan 6, 2013 · 0 comments
Open

Inner Joins in SQL Giving Incorrect Results #20

dclements opened this issue Jan 6, 2013 · 0 comments
Labels

Comments

@dclements
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant