|
|
| Line 2: |
Line 2: |
| | LIKE(< data>; <term>) | | LIKE(< data>; <term>) |
| | Example: | | Example: |
| − | '''LKE("Product"; '%anh%')''' - Returns true if the ''Product'' contains the term ''anh'' or false otherwise | + | '''LIKE("Product"; '%anh%')''' - Returns true if the ''Product'' contains the term ''anh'' or false otherwise |
Latest revision as of 14:25, 19 November 2020
Syntax:
LIKE(< data>; <term>)
Example:
LIKE("Product"; '%anh%') - Returns true if the Product contains the term anh or false otherwise