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.