Refine queries

You might have to refine some of the SQL syntax you are used to using to take advantage of the features of the module

Keep in mind the following rules:
  • You can specify only one etx_contains operation in the WHERE clause of a SELECT statement.
  • You cannot specify the NOT keyword in the WHERE clause of a SELECT statement.
  • The database server completes etx index scans before it applies any additional filters specified in the WHERE clause.

The following sections provide examples of how these rules affect your query planning.