Skip to content

Commit 8aafa9e

Browse files
authored
Merge pull request #10168 from MicrosoftDocs/seungsuh1-patch-1
Update doc to update "IF-THEN-ELSE" to not supported statement
2 parents 1984a45 + 0dd8f21 commit 8aafa9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

powerapps-docs/developer/data-platform/how-dataverse-sql-differs-from-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ More information: [Transact-SQL statements](/sql/t-sql/statements/statements)
9292
- PIVOT and UNPIVOT
9393
- [GROUP BY](#select-group-by)/Having
9494
- General
95-
- IF THEN ELSE
9695
- DECLARE variable
9796

9897
### [Not supported](#tab/not-supported)
@@ -111,6 +110,7 @@ More information: [Transact-SQL statements](/sql/t-sql/statements/statements)
111110
- Without unique column name and alias
112111
- General
113112
- WHILE LOOP
113+
- IF THEN ELSE
114114

115115
---
116116

0 commit comments

Comments
 (0)