Sql replace() in Ofbiz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Sql replace() in Ofbiz

Suprit Udawat
Hi all,

I want to perform database operation like this:

Select * from table where upper(replace(name, ' ','')) = 'ABCDEFG'

Now i want to perform similar operation for replace(name, ' ','') in Ofbiz.

Is there any function exists in Ofbiz for doing this operation..???

Thanks,
Suprit

--
vcxz