Conactenation with special charecters
Hi ,
I have to fetch a string which is concatenated with '<' this charecter. When I use concat fucntion it is throwing an exception.
concat('<',"api"). I also tried with < even that is not working. Can somebody suggest a way to concatenate these two ?
Thanks,
Srini
|