i want to read all data from one table and insert some data in to another table. my query is
INSERT INTO mt_magazine_subscription ( magazine_subscr
INSERT INTO mt_magazine_subscription SELECT * FROM tbl_magazine_subscription ORDER BY magazine_subscription_id ASC