Hi,
I am following some advice I got at another forum, here at PHPbuilder. I am combining 3 mySQL tables into a single one. I was able to export the tables as csv and than import the data into the newTable.
The problem I am having is the following. Since all 3 tables have the same structure, they also have the same ID values. The first table I imported was fine. The last ID in this first table was 219.
When I imported the second table, however, I was hoping to get the ID’s in the second imported table to be replaced by 220, 221, 222… etc. Instead, what I got was a much larger ID’s: 106901, 106902, 106903…etc. Not only that, but all other fields were pushed one column to the right.
I tried to fix the problem by deleting the ID field when I exported. It solved the problem of wrong fields but the large ID numbers continued.
Of course I could change the IDs row by row but I am sure this is not the right way to do it.
Did I do something wrong when I exported the table, when I imported, or both?
BTW, I am using PhpMyAdmin.
Thanks,
Tim