When I run the example command from the documentation page, it fails with syntax error. Any idea why it is failing and what is the correct syntax?
Doc page: https://docs.microsoft.com/en-us/sql/t-sql/statements/copy-into-transact-sql?view=azure-sqldw-latest
Query: COPY INTO dbo.[lineitem] FROM 'https://unsecureaccount.blob.core.windows.net/customerdatasets/folder1/lineitem.csv’
Error:
Parse error at line: 2, column: 1: Incorrect syntax near 'COPY'. [SQL State=S0001, DB Errorcode=103010]
