Skip to content

Commit 2b5753b

Browse files
authored
Update 07-combine-query-results.md
Fixed typo.
1 parent f16cd0f commit 2b5753b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Instructions/Labs/07-combine-query-results.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Now let's try a query using the INTERSECT operator.
6666
6767
## Write a query that uses the CROSS APPLY operator
6868
69-
Now you will write a table-valued function to return the product category and quantity ordered by specific customers. You will pass the **CustomerID** fom the select statement to the table-valued function in a CROSS APPLY statement.
69+
Now you will write a table-valued function to return the product category and quantity ordered by specific customers. You will pass the **CustomerID** from the select statement to the table-valued function in a CROSS APPLY statement.
7070
7171
1. In the query editor, enter the following code:
7272

0 commit comments

Comments
 (0)