Hi all,
Just looking through "programming the Perl DBI" book and in the DBD::CSV
section,
the book states that "No date or time typews are directly supported".
Would this imply that if I have a CSV file with the following format:
DateTime,MaxWSpd
01-JUN-1996 12:23:40,80
I cannot execute SQL commands like:
select to_char(date_occurred, 'DD-MON-YYYY HH24:MI:SS') from database
WHERE
MaxWSpd = 80 ????
Thanks,
Stacy.
- Re: DBD::CSV and dates Stacy Mader
- Re: DBD::CSV and dates Alessio Bragadini
