Skip to content

Commit cc6e3d1

Browse files
authored
moved multi-line text (nvarchar(max) as supported
Move multi-line text as supported. having sql type comment character then power apps name.
1 parent 4ec3a8d commit cc6e3d1

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

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

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ More information: [Data types (Transact-SQL)](/sql/t-sql/data-types/data-types-t
4242
- nchar
4343
- numeric
4444
- nvarchar*
45+
- nvarchar(max)      # multi-line text
4546
- real
4647
- smalldatetime
4748
- smallint
@@ -62,13 +63,9 @@ More information: [Data types (Transact-SQL)](/sql/t-sql/data-types/data-types-t
6263

6364
- binary
6465
- image
65-
- ntext
66-
- nvarchar(max)
6766
- sql_variant
68-
- text
6967
- timestamp
7068
- varbinary
71-
- varchar(max)
7269
- virtual
7370
- partylist
7471
- HierarchyId
@@ -424,4 +421,4 @@ Hints are not supported.
424421

425422
[Use SQL to query data](dataverse-sql-query.md)
426423

427-
[!INCLUDE[footer-include](../../includes/footer-banner.md)]
424+
[!INCLUDE[footer-include](../../includes/footer-banner.md)]

0 commit comments

Comments
 (0)