简体   繁体   中英

How to import two spreadsheets in mysql using PHPMyADMIN?

I imported a spreadsheet mdetail.ods using PHPMyADMIN in mysql database named as mdv.
After it was imported filename sheet1 appears in the database mdv . And again I import another spreadsheet ndetails.ods but this time the filename sheet1 is updated.

The filename is same but the content is replaced with the data of ndetails.ods .
How can I import both of the files in same database?
Thank you in advance.

phpMyAdmin is assuming the sheet name as the table name.

Either

  • Rename the sheet in the .ods file before import

or

  • Import the first one and rename the table that has been created before you import the second one

I rather suspect "Sheet1" is not what you want your tables to be called anyway

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM