Answers for "clone row from another table mysql"

SQL
0

clone row from another table mysql

INSERT INTO dues_storage
SELECT d.*, CURRENT_DATE()
FROM dues d
WHERE id = 5;
Posted by: Guest on March-29-2022

Code answers related to "clone row from another table mysql"

Code answers related to "SQL"

Browse Popular Code Answers by Language