PUT_LINE procedure
Translation reference for UTL_FILE.PUT_LINE.
Description
Syntax
UTL_FILE.PUT_LINE(
FILE VARCHAR,
BUFFER VARCHAR,
);Setup data
CREATE SCHEMA IF NOT EXISTS UTL_FILE
COMMENT = '{"origin":"sf_sc","name":"snowconvert","version":{"major":1, "minor":0},"attributes":{"component":"udf"}}';Custom UDF
UTL_FILE.PUT_LINE(VARCHAR, VARCHAR)
Parameters
Functionality
Usage example
Snowflake
Known Issues
1. AUTOFLUSH parameter is not used.
AUTOFLUSH parameter is not used. Last updated