Skip to content

Commit

Permalink
Merge pull request treffynnon#5 from fulldecent/patch-1
Browse files Browse the repository at this point in the history
Fixes treffynnon#4, uses same terminology as MySql, Postgresql, MSSQL and Oracle
  • Loading branch information
treffynnon authored Aug 31, 2016
2 parents b38eef4 + 1509cdf commit db6e52c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _includes/sqlstyle.guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,12 +257,12 @@ SELECT r.last_name
AND c.chief = 'Y';
```

#### Sub-queries
#### Subqueries

Sub-queries should also be aligned to the right side of the river and then laid
Subqueries should also be aligned to the right side of the river and then laid
out using the same style as any other query. Sometimes it will make sense to have
the closing parenthesis on a new line at the same character position as it's
opening partner—this is especially true where you have nested sub-queries.
opening partner—this is especially true where you have nested subqueries.

```sql
SELECT r.last_name,
Expand Down

0 comments on commit db6e52c

Please sign in to comment.