CLOB Data Type
Last updated
Last updated
A character large object containing single-byte or multibyte characters. Both fixed-width and variable-width character sets are supported, both using the database character set. ().
CLOB Data Type is not supported in Snowflake. VARCHAR is used instead.
Initializing a column using EMPTY_CLOB()
will return an empty LOB locator. While in Snowflake after translation the column will return a string with ' -
'.
Since LOB data types are not supported in Snowflake there is not an equivalent for the DBMS_LOB
functions and there are no implemented workarounds yet.
No related EWIs.
An column maximum size is (4 gigabytes - 1) * (database block size), but is limited to 16MB.