Copy rows in MySQL table multiple times and adding additional column – Phpmyadmin
I have created MySQL table in database. Table name is products and the columns are( prodict_id(pk) product_name and pack_size) as shown in the figure below. What I want to do is , copy all the rows in the table and…