I am having 2 tables.
First table have values.
Second table do not have any values.
Most of the columns of both the tables are same.
I'm displaying 1st table values in frontend.
I want to insert that values which are displayed in frontend into the second table.
How can I do that?