in reply to Re^2: Process and combine two CSV files into one
in thread Process and combine two CSV files into one
$dbh->do(" CREATE TABLE template AS SELECT IP, ServerName, Domain, DaysUptime, OS, RAM, OSSP, InstallDate, CPUSpeed, CPUCount, CPUType FROM hosts LEFT JOIN info ON hosts.IP = info.IP ");
|
|---|