September 2000
Intermediate to advanced
418 pages
11h 5m
English
| EMPTY_CLOB |
EMPTY_CLOB( ) |
Returns an empty CLOB locator, which can be used to initialize a CLOB column.
SQL> CREATE TABLE x(c clob); Table created. SQL> INSERT INTO x (c) VALUES (EMPTY_CLOB( )); 1 row created.
|
Read now
Unlock full access