Save old data record question |
9/26/2020 05:27:10 | |
| PHPRunner General questions | ||
|
A
alfonso authorDevClub member
When adding a record in a form, we have performed these actions in Before Record Add:
|
||
|
|
Sergey Kornilov admin 9/30/2020 |
|
It may depend on what database do you use, for instance, in MySQL you can use INSERT INTO ... SELECT FROM statement. |
|