mirror of
https://github.com/khibino/haskell-relational-record.git
synced 2024-12-01 22:02:07 +03:00
describing four joins.
This commit is contained in:
parent
b405213327
commit
d4adc894a6
@ -496,6 +496,10 @@ FROM MAIN.account T0
|
||||
WHERE (NOT (T0.product_cd IN ('CHK', 'SAV', 'CD', 'MM')))
|
||||
{% endhighlight %}
|
||||
|
||||
#### Joins
|
||||
|
||||
The combinations of `query` and `queryMaybe` express inner joins, left outer joins, right outer joins, and full outer joins.
|
||||
|
||||
#### Inner join
|
||||
|
||||
SQL:
|
||||
|
Loading…
Reference in New Issue
Block a user