Bad resultsconcatenating string -
11-13-2003
, 06:37 AM
Hi all,
I have a problem!
select
if(substring(text,1,1)='2','#',substring(text,1,1) )+
if(substring(text,2,1)='3','#',substring(text,2,1) )
from test
same samples
text = '23','25','53'
result = '#1','#1','51'
Why??
Thanks,
Jarek |