We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63a0de0 commit cdb52e4Copy full SHA for cdb52e4
1 file changed
docs/t-sql/statements/copy-into-transact-sql.md
@@ -31,7 +31,7 @@ This article explains how to use the COPY statement in Azure SQL Data Warehouse
31
- Specify a finer permission model without exposing storage account keys using Share Access Signatures (SAS)
32
- Use a different storage account for the ERRORFILE location (REJECTED_ROW_LOCATION)
33
- Customize default values for each target column and specify source data fields to load into specific target columns
34
-- Specify a custom row terminator for CSV files (if required)
+- Specify a custom row terminator for CSV files
35
- Leverage SQL Server Date formats for CSV files
36
- Specify wildcards and multiple files in the storage location path
37
0 commit comments