Skip to content

Commit a9f8ae9

Browse files
authored
GROUPY -> GROUP
1 parent 55e169d commit a9f8ae9

File tree

1 file changed

+1
-1
lines changed
  • general/development/policies/codingstyle

1 file changed

+1
-1
lines changed

general/development/policies/codingstyle/sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ SQL fragments may be used in DML method with _select() suffix.
2020
- All SQL keywords are in UPPER CASE.
2121
- All SQL queries and fragments should be enclosed in double quotes.
2222
- 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.
23+
- Multiline SQL queries should be right aligned on SELECT, FROM, JOIN, WHERE, GROUP BY and HAVING.
2424
- Use JOIN instead of INNER JOIN.
2525
- Do not use right joins.
2626
- Always use AS keyword for column aliases.

0 commit comments

Comments
 (0)