Skip to content

Commit

Permalink
Fix sql example
Browse files Browse the repository at this point in the history
Signed-off-by: pine3ree <pine3ree@gmail.com>
  • Loading branch information
pine3ree committed Oct 7, 2023
1 parent c21e57e commit 082a668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sql/clauses.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ $select
'u.enabled' => true, // equality condition in key => value form
]);

// SELECT "p".*, "u"."name" AS "user" FROM "post" "p"
// SELECT "p".*, "u"."name" AS "author" FROM "post" "p"
// LEFT JOIN "user" "u" ON ("u".id = "p".user_id AND "u"."enabled" = :eq1)
```

Expand Down

0 comments on commit 082a668

Please sign in to comment.