Service Studio 6.0 Help
Pattern Matching
A pattern may include regular expressions and wildcard characters. In pattern matching, regular characters must exactly match the characters specified in the left-hand side expression.
Wildcards characters, however, can be matched with arbitrary fragments of the left hand side string.
Service Studio does not check the syntax of the pattern; the manufacturer's DBMS SQL parse will check this. Possible wildcards characters are also DBMS dependent.
See Also