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

Commit d81d0d42 by Viliam Jobko Committed by Sushant

Fix typo in generated code in documentation (#7545)

1 parent 1b334b3c
Showing with 1 additions and 1 deletions
......@@ -264,7 +264,7 @@ SELECT *
FROM `Projects`
WHERE (
`Projects`.`name` = 'a project'
AND NOT (`Projects`.`id` IN (1,2,3) OR `Projects`.`array` @> ARRAY[1,2,3]::INTEGER[])
AND NOT (`Projects`.`id` IN (1,2,3) OR `Projects`.`array` @> ARRAY[3,4,5]::INTEGER[])
)
LIMIT 1;
```
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!