is there any sql equivalent of foxpro command
use tablefinal
append from table1
append from table2
append from table3
here append inserts matching column records from all three tables in final
insert data in tablefinal from table1,2 and 3
use tablefinal
append from table1
append from table2
append from table3
here append inserts matching column records from all three tables in final
insert data in tablefinal from table1,2 and 3
Comment