SQL - Text & Image functions



SQL Text and Image functions operate on text and image data. The text and image functions are −

Sr.No. Function & Description
1 TEXTPTR()

Returns the pointer value of the text or images.

2 TEXTVALID()

Returns an integer value(1 for valid, 0 for non-valid).

Advertisements