The LIKE operator uses the percent (%) and underscore ( _ ) characters as wildcards.
Wildcard | Performs | Example |
---|---|---|
_ |
matches one character |
|
% |
matches zero or more characters |
|
The LIKE operator uses the percent (%) and underscore ( _ ) characters as wildcards.
Wildcard | Performs | Example |
---|---|---|
_ |
matches one character |
|
% |
matches zero or more characters |
|