I have two table Table1 and Table 2
Table 1 I have 4 columns,
Table 2 I have 5 columns
when I insert 5 column data to Table2 that time I retrieve Table1 4 columns data and insert Table2 when I click the submit button.
its like retrieve data from 1 table insert into another table Please Help me...
Code AlonePosted Aug 31, 2018, 4:32 AM
virupakshi jekinPosted Aug 31, 2018, 6:18 AM
Jenith ThakkarPosted Aug 31, 2018, 2:38 AM
INSERT INTO table2 (column1, column2, column3, column4, column5)