[Dbix-class] same column for more times

Octavian Rasnita orasnita at gmail.com
Mon Feb 5 15:17:56 GMT 2007


Hi all,

I have tried to use the same column for more times in the condition part of 
the query, but it is used only once.

I want to do something like:

select count(*) from table_name where date>=? and date<=?;

Can you also tell me how to use

and date between ? and ?

Or even better, please tell me in which of the POD docs to search for 
details about these.
I have searched in more POD docs after some keywords, but I couldn't find 
anything.

Thank you.

Octavian




More information about the Dbix-class mailing list