Skip to content

Commit 972aa77

Browse files
authored
Update copy-into-transact-sql.md (#30042)
1 parent f2ddbb6 commit 972aa77

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

docs/t-sql/statements/copy-into-transact-sql.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Use the COPY statement in Azure Synapse Analytics and Warehouse in
55
author: periclesrocha
66
ms.author: procha
77
ms.reviewer: wiassaf, mikeray
8-
ms.date: 10/27/2023
8+
ms.date: 03/22/2024
99
ms.service: sql
1010
ms.subservice: t-sql
1111
ms.topic: reference
@@ -42,6 +42,10 @@ Use COPY for the following capabilities:
4242
- Specify wildcards and multiple files in the storage location path
4343
- Automatic schema discovery simplifies the process of defining and mapping source data into target tables
4444
- The automatic table creation process automatically creates the tables and works alongside with automatic schema discovery
45+
- Directly load complex data types from Parquet files such as Maps and Lists into string columns, without using other tools to preprocess the data
46+
47+
> [!NOTE]
48+
> To load complex data types from Parquet files, automatic table creation must be turned on by using `AUTO_CREATE_TABLE`.
4549
4650
Visit the following documentation for comprehensive examples and quickstarts using the COPY statement:
4751

0 commit comments

Comments
 (0)