‎2008 Dec 12 6:52 AM
Hi
There is a select statement using where condition with a like statement
WHERE table1 <> 'JP'
AND (
( field1 LIKE '%:%' OR field2 LIKE '%:%' ) It fetches records where the field field1 or field2 has string:string as value where string is some set
of characters . What is the equivalent of LIKE in se11 / se12 .
Thanks in advance .
Geethanjali
‎2008 Dec 12 6:58 AM
‎2008 Dec 12 6:58 AM
‎2008 Dec 12 8:21 AM
actually my pattern requires %:% where in i have to include even the : . how do i enforce this selection ?
‎2008 Dec 12 8:38 AM
‎2008 Dec 12 1:18 PM
Hi,
Go with above suggestions & use asterisk ( * ).
Thanks & Regards,
Krishna...