Reason:
In the LIKE pattern string, the ESCAPE character must be followed by a %, _, or the ESCAPE character itself. Examples of possible errors are (Note: in these examples the escape character is set to *):
SELECT * FROM P WHERE PART-NAME LIKE *nail ESCAPE *
SELECT * FROM P WHERE PART-NAME LIKE jack-hammer* ESCAPE *
SELECT * FROM P WHERE PART-NAME LIKE jack*_hammer ESCAPE *
Module:
OLQSSCAN
Severity:
0
|
Copyright © 2014 CA.
All rights reserved.
|
|