SSC-FDM-TS0004
Description
This message is shown when a BULK INSERT was transformed and a PUT command is added to the output code. It happens because the PUT command cannot be executed using the SnowSQL Web UI. In order to successfully execute it, any user should have the SnowCLI installed before.
Code Example
Input Code:
BULK INSERT #temptable FROM 'path/to/file.txt'
WITH
(
FIELDTERMINATOR ='\t',
ROWTERMINATOR ='\n'
);Output Code:
Recommendations
Install SnowCLI.
If you need more support, you can email us at [email protected]
Last updated
