Insert data from one table to another
-2
votes
2
answers
114
views
I have a table in which new entries come in every second. The table is just like this:
| value1 |data1| Value2| data2|
|-|-|-|-|
| 1 | Er | 2 | Er|
| 3 | Er | 4 | Er|
Now insert these value in other table as
|Value | data|
|-|-|
|1| Er|
|2| Er|
|3| Er|
|4| Er|
And when new data insert into 1 table insert that data into second one in each execution of query but not previous one.
Asked by charu gupta
(1 rep)
Dec 13, 2023, 11:41 AM
Last activity: Dec 31, 2023, 06:10 PM
Last activity: Dec 31, 2023, 06:10 PM