[Dbix-class] Multiple functions in WHERE clause

Michael Gray mjg17 at eng.cam.ac.uk
Tue Sep 19 18:03:39 CEST 2006


Sorry, I'm going round in circles with this one.  How do I do a search 
to result in:

 select * from people where soundex(surname) = soundex(?);

It's getting a function called on the column  and on the bind value 
that I cannot see my way to.

Many thanks

-- 
Michael



More information about the Dbix-class mailing list