Skip to content

Join ON condition only works for EQUAL condition. #66

@demmings

Description

@demmings

JOIN ON condition.

The join condition only works for equality (which is all I ever need - but whatever). The following select returns the derived table as if '=' had been used, but it was not. For example, the following select does not return the correct results:

select * from booksales join customers on booksales.customer_id <> customers.id

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions