Examples of Oracle/SQLServer Wildcard Syntax
- Last UpdatedMay 26, 2023
- 1 minute read
|
Example Expression |
Matches |
|
%pipe% |
Any string of any number of characters that contains 'pipe' |
|
pipe_ |
Any string that starts 'pipe' and ends with a single character |