4D v14like_predicate |
||||||||||||||
|
4D v14
like_predicate
like_predicate
A like_predicate is used to retrieve data matching the arithmetic_expression passed after the LIKE keyword. You can also pass the NOT keyword to search for data differing from this expression. The ESCAPE keyword can be used to prevent the character passed in sql_string from being interpreted as a wildcard. It is usually used when you want to search for the '%' or '_' characters. This example selects the suppliers whose name contains "bob": SELECT * FROM suppliers Selects suppliers whose name does not begin with the letter T: SELECT * FROM suppliers Selects suppliers whose name begins with "Sm" and ends with "th": SELECT * FROM suppliers |
PROPERTIES
Product: 4D SEE ALSO
arithmetic_expression ARTICLE USAGE
4D SQL Reference ( 4D v11 SQL Release 4 ) |
||||||||||||