Add support for join with subselect #1003
Labels
in: selectbuilder
SelectBuilder stands for the complete API for creating SQL statements programmatically.
type: enhancement
A general enhancement
Milestone
This is a split of #995 concerning the missing support for JOIN'ing with a subselect a la
LEFT OUTER JOIN (SELECT ... ) AS alias ON alias.X = other_table.Y
.This is currently not possible with the
SelectBuilder
, which assumes that the joins will be tables.The text was updated successfully, but these errors were encountered: