Join
Defines a 'table' by joining a set of queries.
Attributes
Attribute | Data Type | Definition |
---|---|---|
leftAlias | String | Defaults to left's alias if left is a table, otherwise required. |
leftKey | String | |
rightAlias | String | Defaults to right's alias if right is a table, otherwise required. |
rightKey | String |
Constituent Elements
Element | Definition |
---|---|
RelationOrJoin (as <Table>, <View>, <Join>, or <InlineTable>) | There must be two defined; a left, and a right |