UTL_FILE.FCLOSE_UDF
Definition
This user-defined function (UDF) is used to replicate the functionality of the Oracle UTL_FILE_FCLOSE
procedure.
Parameters
FILE
VARCHAR
The file to process and close.
Returns
Returns a varchar with the result.
Usage example
The UTL_FILE.FCLOSE_UDF
closes the file that is being processed. To review the result or handle files, it is required to use the Snowflake CLI console. The Snowflake CLI console allows the upload or download of a file.
Input:
Output:
Last updated