Previous Page | Next Page

The SQL Procedure

CONTAINS condition


Tests whether a string is part of a column's value.
Alias: ?
Restriction: The CONTAINS condition is used only with character operands.
Featured in: Performing an Outer Join

sql-expression <NOT> CONTAINS sql-expression

Argument

sql-expression

is described in sql-expression.

Previous Page | Next Page | Top of Page