what is the problem by the way that you are facing ?
hello Rajeshblack ,
you cand do it using 'LIKE' addition in your query....and you can use wild Characters also like '%' '+' & '_'
just like select * from makt where makt like '%ABC%'. it will work as 'CP' operater i
just check for the help for LIKE addition in Where clause in query...!
Hope it helps.
Hi,
Try assigning numc also to char type locally in a variable and then compare the char.
Add a comment