Is this post worth to read?
Yes
No

How can I insert one table data into another table in MySQL?

INSERT INTO action_2_members (campaign_id, mobile, vote, vote_date)  
SELECT campaign_id, from_number, received_msg, date_received
  FROM `received_txts`
 WHERE `campaign_id` = '8'

Leave a Reply

Your email address will not be published. Required fields are marked *