in reply to DBD::CSV - How to insert a new column with column header in an existing CSV file

Personally, I'd never have considered using an SQL 'INSERT' statement to modify a table's structure.

Have you looked into the 'ALTER TABLE' or 'ALTER DATABASE' statements? A quick search leads me to: http://www.w3schools.com/sql/sql_alter.asp.

TJD

  • Comment on Re: DBD::CSV - How to insert a new column with column header in an existing CSV file