1
0
Fork 0
mirror of https://github.com/treffynnon/sqlstyle.guide.git synced 2025-03-09 12:49:51 -05:00
This commit is contained in:
dweezil 2017-11-24 15:09:23 -05:00
parent 0f5633c288
commit 5e5f6eb6e3

View file

@ -273,7 +273,7 @@ SELECT r.last_name
Subqueries 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 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 the closing parenthesis on a new line at the same character position as its
opening partner—this is especially true where you have nested subqueries. opening partner—this is especially true where you have nested subqueries.
```sql ```sql