Skip to content

Commit

Permalink
Fixes treffynnon#4, uses same terminology as MySql, Postgresql, MSSQL…
Browse files Browse the repository at this point in the history
… and Oracle use
  • Loading branch information
fulldecent committed May 19, 2016
1 parent a67f5fe commit 1509cdf
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 1509cdf

Please sign in to comment.