From 1509cdfc2a30901f0b32f4b96b5bd4a85a56c878 Mon Sep 17 00:00:00 2001 From: William Entriken Date: Thu, 19 May 2016 09:13:02 -0400 Subject: [PATCH] Fixes #4, uses same terminology as MySql, Postgresql, MSSQL and Oracle use --- _includes/sqlstyle.guide.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_includes/sqlstyle.guide.md b/_includes/sqlstyle.guide.md index 989553f..41d3a9b 100644 --- a/_includes/sqlstyle.guide.md +++ b/_includes/sqlstyle.guide.md @@ -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,