Collection Contents Index READ statement [ISQL] RELEASE SAVEPOINT statement pdf/chap9.pdf

Reference Manual
   CHAPTER 9. SQL Statements     

READTEXT statement [T-SQL]


Function 

Reads text and image values, starting from a specified offset and reading a specified number of bytes.

Syntax 

READTEXT table-name.column-name
... text-pointer offset size
... [HOLDLOCK]

Authorization 

Select permissions on the table.

Side effects 

None.

See also 

WRITETEXT statement

Description 

READTEXT is used to read image and text values from the database. You cannot perform READTEXT operations on views.

Standards and compatibility 


Collection Contents Index READ statement [ISQL] RELEASE SAVEPOINT statement pdf/chap9.pdf