Help for this page
$select = $dbh->prepare(" SELECT Server, ... FROM stats WHERE Statistic Like 'NetworkInterface%' ");
Server,Statistic,Average "MGM9469DC31","MemoryPagessec",15.604275 ... "MGM9472FE01","PhysicalDiskTotalAvgDiskQueueLength",0.035042 "MGM9472FE01","ProcessorTotalPCTProcessorTime",10.900135
SQL ERROR: Bad table or column name 'FROM stats' has chars not alphanu +meric or underscore! ... FROM stats WHERE Statistic Like 'NetworkInterface%' "] at ./hosts2.pl line 62.