SSC-EWI-TS0023
Bulk option not supported
Severity
Low
Description
This EWI is added when some option in a BULK INSERT could not be mapped. The translated bulk options should be reflected as FILE FORMAT options.
Code Example
Input Code:
BULK INSERT #PCE FROM 'E:\PCE_Look-up_table.txt'
WITH
(
FIELDTERMINATOR ='\t',
ROWTERMINATOR ='\n',
FIRE_TRIGGERS
);Output Code:
Recommendations
Visit the SnowSQL CLI user guide.
If you need more support, you can email us at [email protected]
Related EWI
SSC-FDM-TS0004: PUT statement not supported on UI.
Last updated
