- or download this
Preparing statement: select
clli, traffic_date, count(distinct(traffic_hour))
...
clli, traffic_date, traffic_hour
running with args : 01-Jul-2002 switch1 switch2 10
- or download this
traffic_est_report.pl -c switch1,switch2 -d 01-Jul-2002 -H 10
- or download this
execute called with 1 bind variables when 4 are needed at traffic_est_
+report.pl line 467.
- or download this
sub get_data {
my ($statement) = shift;
...
print "@results\n";
return(1);
}