We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55e169d commit a9f8ae9Copy full SHA for a9f8ae9
general/development/policies/codingstyle/sql.md
@@ -20,7 +20,7 @@ SQL fragments may be used in DML method with _select() suffix.
20
- All SQL keywords are in UPPER CASE.
21
- All SQL queries and fragments should be enclosed in double quotes.
22
- Complex SQL queries should be on multiple lines.
23
-- Multiline SQL queries should be right aligned on SELECT, FROM, JOIN, WHERE, GROUPY BY and HAVING.
+- Multiline SQL queries should be right aligned on SELECT, FROM, JOIN, WHERE, GROUP BY and HAVING.
24
- Use JOIN instead of INNER JOIN.
25
- Do not use right joins.
26
- Always use AS keyword for column aliases.
0 commit comments