Hi,
I am exporting from one table and importing to another table.
- First i import 100 records, then i need to import next 500 records.
- Instead of appending it imports that last 500 records, i want to append 100 +500 records.
- Is there any option in that in mysql?
Thanks.