不要怂,就是干,撸起袖子干!

Commit 68ef4538 by Mohab Abd El-Dayem Committed by GitHub

docs(model-querying-basics.md): fix typo (#13324)

1 parent 1c1aa330
...@@ -355,7 +355,7 @@ The above will generate: ...@@ -355,7 +355,7 @@ The above will generate:
SELECT * SELECT *
FROM `Projects` FROM `Projects`
WHERE ( WHERE (
`Projects`.`name` = 'a project' `Projects`.`name` = 'Some Project'
AND NOT ( AND NOT (
`Projects`.`id` IN (1,2,3) `Projects`.`id` IN (1,2,3)
OR OR
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!