/ Published in: SQL
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
INSERT INTO Comments(Message, Typeof) SELECT Message, Typeof FROM Comments WHERE PostId = 1
URL: http://particletree.com/notebook/duplicating-records-with-sql/