Mysql multiple insert from select


/ Published in: MySQL
Save to your folder(s)



Copy this code and paste it in your HTML
  1. INSERT INTO table (field1, field1)( SELECT field1, field2 FROM table)

Report this snippet


Comments


You need to login to view comments.