in reply to
Database Re-Insert
If this is a question on how to add a new column to an existing table, you can use
ALTER TABLE
. Backing things up would be a good idea in case something goes wrong.
Comment on
Re: Database Re-Insert
In Section
Seekers of Perl Wisdom