2009/9/21 Karen Hoofnagle <[email protected]>: > I need to create the following query using DBIx:Class (assume I'm using the > most recent release of DBIx::Class) > select * from user_read_log where datetime between to_date(20090101, > 'YYYYMMDD') and to_date(20091001, 'YYYYMMDD')
I think you said you've looked here, but I guess you didn't see this section: http://search.cpan.org/~ribasushi/SQL-Abstract-1.58/lib/SQL/Abstract.pm#Special_operators_:_IN,_BETWEEN,_etc. /joel _______________________________________________ List: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/dbix-class IRC: irc.perl.org#dbix-class SVN: http://dev.catalyst.perl.org/repos/bast/DBIx-Class/ Searchable Archive: http://www.grokbase.com/group/[email protected]
