added an example for clarity
This commit is contained in:
parent
feb17b8acf
commit
dae142cd67
1 changed files with 4 additions and 0 deletions
|
|
@ -639,6 +639,10 @@ Here's an example of this structure:
|
||||||
{ "color=? or color=?" => ['blue','black'] },
|
{ "color=? or color=?" => ['blue','black'] },
|
||||||
]
|
]
|
||||||
|
|
||||||
|
would yield
|
||||||
|
|
||||||
|
( price <= 44 ) AND ( color = 'blue' OR color = 'black' )
|
||||||
|
|
||||||
=head4 join
|
=head4 join
|
||||||
|
|
||||||
An array reference containing the tables you wish to join with this one, and the mechanisms to join them. Here's an example.
|
An array reference containing the tables you wish to join with this one, and the mechanisms to join them. Here's an example.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue