INSERT from other table


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



Copy this code and paste it in your HTML
  1. INSERT INTO tablename (colomn1, colomn2 ...)
  2. SELECT colomn1, colomn2 ...
  3. FROM tablename;

URL: http://www.mark-holt.co.uk/2008/11/18/howto-mysql-insert-data-from-one-table-to-another-table/

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.