You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Instructions/Labs/07-combine-query-results.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ Now let's try a query using the INTERSECT operator.
66
66
67
67
## Write a query that uses the CROSS APPLY operator
68
68
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.
0 commit comments