in reply to Re: DBI INTERVAL Error
in thread DBI INTERVAL Error
Any other alternatives?my $dbh = DBI->connect ("dbi:CSV:", undef, undef, { f_dir => "mkdir", f_ext => ".csv", f_enc => "utf-8", csv_eol => "\n", RaiseError => 1, }); ... WHERE mydate>= (CURRENT_DATE() - interval(6) DAY) ...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: DBI INTERVAL Error
by poj (Abbot) on Mar 20, 2016 at 17:28 UTC | |
by Anonymous Monk on Mar 20, 2016 at 19:03 UTC | |
by poj (Abbot) on Mar 20, 2016 at 20:35 UTC |