You can bypass rows in your text table that are not to be indexed, such as rows that contain image data. To do so, create a format column in your table and set it to IGNORE. You name the format column in the parameter clause of CREATE INDEX.
IGNORE
CREATE INDEX
Scripting on this page enhances content navigation, but does not change the content in any way.