in reply to Re: DBI:CSV SQL parsing problem
in thread DBI:CSV SQL parsing problem
Without success. If I useSELECT AVG(col2) + AVG(col3)...
I'll first have to parse the SELECT statement for +,-,* and / and replace with commas and do the operation afterwards, but it certainly seems doable.my $avg = $avgs[0] + $avgs[1];
|
|---|