Skip to content

Commit 00ea603

Browse files
authored
Typo Fix: Change NULLLIF to NULLIF (#27)
1 parent 4cd621e commit 00ea603

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Instructions/Labs/01-get-started-with-tsql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ We've seen some examples of queries that return *NULL* values. *NULL* is general
149149
FROM SalesLT.Product;
150150
```
151151
152-
The **ISNULL** function replaces *NULL* values with a specified literal value. Sometimes, you may want to achieve the opposite result by replacing an explicit value with *NULL*. To do this, you can use the **NULLLIF** function.
152+
The **ISNULL** function replaces *NULL* values with a specified literal value. Sometimes, you may want to achieve the opposite result by replacing an explicit value with *NULL*. To do this, you can use the **NULLIF** function.
153153
154154
4. Try the following query, which replaces the **Color** value "Multi" to *NULL*.
155155

0 commit comments

Comments
 (0)