Skip to content

Add LEFT/RIGHT JOINS  #22

@stefanosusini

Description

@stefanosusini

Just like this:
common.Select().from('table1')
.from('table2', 'id2', 'table1', 'id1', 'LEFT').fun('AVG', 'col').build();

"SELECT AVG(t2.col) FROM table1 t1
LEFT JOIN table2 t2 ON t2.id2 = t1.id1"

thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions