Insert column in existing Mysql database
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
Subject
Views
Written By
Posted
Insert column in existing Mysql database
2355
July 17, 2015 12:53AM
1194
July 17, 2015 09:50PM
1141
July 18, 2015 12:29AM
1104
July 20, 2015 10:50AM
882
October 24, 2015 12:46AM
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.