This operator is used with a WHERE
clause. It allows for regex-like functionality with the following wildcards:
Wildcard | Description |
---|---|
% | Zero or more characters |
_ | A single character |
Without wildcards
If not wildcards are used, an exact match is required.
Examples:
Return all customers whose name starts with “a” or ends with “b”.
Return all customers whose name starts with “a” and are at least three characters long: