Skip to content

Commit eddf720

Browse files
authored
Merge pull request #21108 from MarkPryceMaherMSFT/patch-1
updated example schema detection
2 parents 3b81057 + 1183a4e commit eddf720

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ COPY INTO [myCOPYDemoTable]
417417
FROM 'https://myaccount.blob.core.windows.net/customerdatasets/folder1/lineitem.parquet'
418418
WITH (
419419
FILE_TYPE = 'Parquet',
420-
CREDENTIAL = ( IDENTITY = 'Shared Access Signature', SECRET = secrethere,
420+
CREDENTIAL = ( IDENTITY = 'Shared Access Signature', SECRET='<key>'),
421421
AUTO_CREATE_TABLE = 'ON'
422422
)
423423
```

0 commit comments

Comments
 (0)