How to copy the record from one table from another table | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
0

How to copy the record from one table from another table

how to do in oracle only

31st Jan 2017, 5:29 PM
bibhishan biradar
2 Réponses
0
why do you want to do this? if the tables are in the same schema you should think about your database design. If not, you should be able to export a table to json or CSV and import it to the other Database (for example in phpMyAdmin)
31st Jan 2017, 7:02 PM
raz0rblade
raz0rblade - avatar
0
I know how to do in php myAdmin but I want in oracle
1st Feb 2017, 7:19 AM
bibhishan biradar