Hi i have a column which has % in it, i want to know how i can use this in IF LOOP inside a procedure...
value is "ARAV%"
i wanna check like this,
if value like '%%'
but it does not work... please help asap
value is "ARAV%"
i wanna check like this,
if value like '%%'
but it does not work... please help asap
Comment