Examples of Oracle/SQLServer Wildcard Syntax
- Last UpdatedJan 03, 2024
- 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 |