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
or
I rather suspect "Sheet1" is not what you want your tables to be called anyway