GETLENGTH¶
The GETLENGTH function returns the length of a large object.
<amount> INTEGER GETLENGTH(<lob_loc> BLOB)
<amount> INTEGER GETLENGTH(<lob_loc> CLOB)
Parameters
lob_loc
Large object locator of the large object whose length is to be obtained.
amount
Length of the large object in bytes for
BLOBsor characters forCLOBs.