Contents Index READ statement [Interactive SQL] RELEASE SAVEPOINT statement

ASA SQL Reference
  SQL Statements

READTEXT statement [T-SQL]


Description 

Use this statement to read text and image values from the database, starting from a specified offset and reading a specified number of bytes.

Syntax 

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

Usage 

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

Permissions 

SELECT permissions on the table.

Side effects 

None.

See also 

WRITETEXT statement [T-SQL]

GET DATA statement [ESQL]

TEXTPTR function [Text and image]

Standards and compatibility 

Contents Index READ statement [Interactive SQL] RELEASE SAVEPOINT statement