MySQL Forums
Forum List  »  MySQL for Excel

Insert column in existing Mysql database
Posted by: John Bruggeman
Date: July 17, 2015 12:53AM

Hi,

I am trying to add a column created (+2000lines) in Excel to an existing MySQL DB...(to column2, Title)
What is the fastest way to accomplish this?
Structure (temp) in MyISAM, latin1_Swedish_ci
Column1: Nbr Int(10) Unsigned A/I PK
Column2: Title Varchar(30)
Column3: Format Enum
Column4: Location Enum
Column5: Genre Enum
Other columns still to follow
Thx

Options: ReplyQuote


Subject
Views
Written By
Posted
Insert column in existing Mysql database
2430
July 17, 2015 12:53AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.