Skip to content

Commit b9bd2b8

Browse files
Update set-ansi-nulls-transact-sql.md
1 parent b92dc92 commit b9bd2b8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/t-sql/statements/set-ansi-nulls-transact-sql.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ title: "SET ANSI_NULLS (Transact-SQL)"
33
description: SET ANSI_NULLS (Transact-SQL)
44
author: WilliamDAssafMSFT
55
ms.author: wiassaf
6-
ms.date: 04/04/2024
6+
ms.date: 04/28/2025
7+
ms.reviewer: jovanpop, randolphwest
78
ms.service: sql
89
ms.subservice: t-sql
910
ms.topic: reference
@@ -113,6 +114,7 @@ SELECT
113114
IIF(@var = 0, 'True', 'False') as EqualZero,
114115
IIF(@var <> 0, 'True', 'False') as DifferentZero
115116
```
117+
116118
The results are show in the following table.
117119

118120
| EqualNull | DifferentNull | EqualZero | DifferentZero |

0 commit comments

Comments
 (0)