Skip to content

Commit

Permalink
fixed doc problem on inner join
Browse files Browse the repository at this point in the history
  • Loading branch information
emagombe committed Nov 23, 2019
1 parent fa9747c commit 463941e
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -264,16 +264,6 @@ $sql = JQB::Select(array(
"columns" => array("*"),
"from" => array("user", "user_type"),
'join' => array(
'INNER' => array(
'table' => 'warehouse',
'on' => array(
array(
'columns' => array(
'warehouse.user_created' => 'user.id'
),
)
),
),
'LEFT' => array(
'table' => 'bank',
'on' => array(
Expand Down

0 comments on commit 463941e

Please sign in to comment.