pmcmicha
Technical User
- May 25, 2000
- 353
A sql script was given to me with the phrase not like inside of it which DB2 does not like. Is this valid in DB2?
Example:
select * from TABLE where COL1 = xxx and COL2 not like 'yyy'
Thanks in advance.
Example:
select * from TABLE where COL1 = xxx and COL2 not like 'yyy'
Thanks in advance.