How to implement the "like" statement of SQL in JDE?
Hi Team,
I got a requirement where, i want to check in a string whether it contain a particular string. For example" if IMDSC1 like’%SG%’ then ‘LOC’ else ‘EXP’ ". in this highlighted SQL statement, i have to check whether the string IMDSC1 have the substring like SG is there or not? How can i achieve this in JDE?
Thanks & Regards,
Terry