You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by Suprit Udawat <su...@gmail.com> on 2012/07/20 08:36:25 UTC

Sql replace() in Ofbiz

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