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.

Recommended Answers

All 2 Replies

I don't know any such GUI tool for MySQL. AFAIK, you must have to use query to do this. BTW why you want to use drag and drop like feature?

I don't know any such GUI tool for MySQL. AFAIK, you must have to use query to do this. BTW why you want to use drag and drop like feature?

I agree with mwasif. You need to use query to move your data.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.