SSC-EWI-OR0121
Using DBMS_LOB.SUBSTR built-in package with a BFILE column is not supported in Snowflake
Severity
Description
Example Code
Input Code:
CREATE TABLE table1
(
bfile_column BFILE
)
SELECT
DBMS_LOB.SUBSTR(bfile_column, 15, 1)
FROM table1;Output Code:
Recommendations
Last updated
