Hi,
I have developed a database web application, in that, a database has 2 tables with same structure. I am using MySQL querybrowser to add, update and delete the records.
So, now my question is how can I move the tables records from one table to another, without writing a SQL query.
I am looking for a drag-drop type of feature by using MYSQL client GUI tool.
Thank you very much for the replies.