in reply to Re: SQL::Abstract - where clause values that are functions
in thread SQL::Abstract - where clause values that are functions
Adding stuff to @bind is not really an option, I don't think. The problem is the where clause could be built in any order, so you don't know where to put the value in @bind.
I guess I'll use your second suggestion. Thanks.