IBM Books
(C) IBM Corp. 2000

DB2 Net Search Extender Administration and User's Guide

Searching for terms in a fixed sequence

If you search for "primary key", you will only find the two terms if they are adjacent and occur in the sequence shown:

SELECT AUTHOR,TITLE
     FROM DB2EXT.TEXTTAB
     WHERE CONTAINS(COMMENT, '"primary key"') =1
 


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]