in reply to Getting SQL into DBIC...

I'm not in a place where I can test or prove this but could you use a union statement
select where uid = <value> union select where uid != <value>

Replies are listed 'Best First'.
Re^2: Getting SQL into DBIC...
by cosmicperl (Chaplain) on Jul 15, 2009 at 14:54 UTC