copying a record from one table to another

34 views
Skip to first unread message

Глеб Хиль

unread,
Jan 6, 2022, 7:13:48 AM1/6/22
to redbeanphp
How to copy a specific record from one table to another identical table?

gabor

unread,
Jan 8, 2022, 12:14:02 PM1/8/22
to redbeanphp

I would simply use SQL for this:

R::exec('insert into newtype select * from oldtype');

or (new versions of mysql):

R::exec('insert into newtype table oldtype');


https://dev.mysql.com/doc/refman/8.0/en/insert-select.html

Глеб Хиль

unread,
Jan 9, 2022, 12:10:43 PM1/9/22
to redbeanphp
thanks

суббота, 8 января 2022 г. в 19:14:02 UTC+2, gabor:
Reply all
Reply to author
Forward
0 new messages