Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SAP Sybase SQL Anywhere 16.0 » SQL Anywhere Server - SQL Usage » Queries and data modification » Full text search » Types of full text searches

 

Boolean search

You can specify multiple terms separated by Boolean operators when performing full text searches. SQL Anywhere supports the following Boolean operators when performing a full text search: AND, OR, and AND NOT.

 Using the AND operator in full text searches
 Using the OR operator in full text searches
 Using the AND NOT operator in full text searches
 Combining different boolean operators
 Grouping terms and phrases
 Searching across multiple columns
 See also