The following examples use wildcard symbols in the expression that can match any other text.
Variable |
Description |
---|---|
vw_company_address.Postcode LIKE "NE%" |
Find employees whose post code start with 'NE'. |
vw_person.Surname LIKE "%son" |
Find employees whose surname ends with 'son'. |