Tagged: MySQL Developer

MySQL

Duplicate a MySQL table with Data

To duplicate a MySQL table with data, you can use the CREATE TABLE statement with the AS SELECT clause. This will create a new table with...

MySQL

Select non empty columns in MySQL?

Sometimes it’s required to troubleshoot or optimize MySQL database and we need to select non empty columns in MySQL. To Select non empty columns in MySQL...