Skip to content

Commit 8fdbb6a

Browse files
authored
Update 03a-joins.md
Fixed the indentation of ``` to render a proper markdown of the SQL statement.
1 parent 5a5c205 commit 8fdbb6a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Instructions/Labs/03a-joins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ This section contains suggested solutions for the challenge queries.
209209
FROM SalesLT.Customer AS c
210210
JOIN SalesLT.SalesOrderHeader AS oh
211211
ON oh.CustomerID = c.CustomerID;
212-
```
212+
```
213213
214214
2. Retrieve customer orders with addresses:
215215

0 commit comments

Comments
 (0)