in reply to Re^5: SQL::Abstract 'between' clause (about done)
in thread SQL::Abstract 'between' clause (about done)
I though $from and $to would work as they contain the right values.$where{$colname}{'-between'} = [$from,$to]; #my code where{completion_date}{-not_between}= ['2002-10-01', '2003-02-06'];#yo +ur code
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^7: SQL::Abstract 'between' clause (about done)
by jethro (Monsignor) on Nov 22, 2011 at 19:48 UTC | |
by Anonymous Monk on Nov 23, 2011 at 10:41 UTC |