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

Commit 421f44d5 by Daren McCulley Committed by GitHub

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

1 parent 68ef4538
...@@ -358,7 +358,7 @@ WHERE ( ...@@ -358,7 +358,7 @@ WHERE (
`Projects`.`name` = 'Some Project' `Projects`.`name` = 'Some Project'
AND NOT ( AND NOT (
`Projects`.`id` IN (1,2,3) `Projects`.`id` IN (1,2,3)
OR AND
`Projects`.`description` LIKE 'Hello%' `Projects`.`description` LIKE 'Hello%'
) )
) )
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!