Skip to content

Commit 575de27

Browse files
authored
Update 04-built-in-functions.md
Updated to fix typo per bug 103956.
1 parent c552f12 commit 575de27

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Instructions/Labs/04-built-in-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ In this lab, you'll use built-in functions to retrieve and aggregate data in the
1616

1717
Transact-SQL provides a large number of functions that you can use to extract additional information from your data. Most of these functions are *scalar* functions that return a single value based on one or more input parameters, often a data field.
1818

19-
**Tip**: We don't have enough time in this exercise to explore every function available in Transact-SQL. To learn more about the functions covered int his exercise, and more, view the [Transact-SQL documentation](https://docs.microsoft.com/sql/t-sql/functions/functions).
19+
**Tip**: We don't have enough time in this exercise to explore every function available in Transact-SQL. To learn more about the functions covered in this exercise, and more, view the [Transact-SQL documentation](https://docs.microsoft.com/sql/t-sql/functions/functions).
2020

2121
1. Start Azure Data Studio, and create a new query (you can do this from the **File** menu or on the *welcome* page).
2222
2. In the new **SQLQuery_...** pane, use the **Connect** button to connect the query to the **AdventureWorks** saved connection.

0 commit comments

Comments
 (0)