script
Database
3
Posts
3
Posters
0
Views
1
Watching
-
hi how can i transfering data of table with script?
-
hi how can i transfering data of table with script?
rezarafiee wrote:
how can i transfering data of table with script?
Write script to read data, and write a script to write data. Connect those 2 and wolla.
-
hi how can i transfering data of table with script?
You can do this without a script.
INSERT INTO table2 (field1, field2, ..., fieldn) SELECT ..... FROM table1
Deja View - the feeling that you've seen this post before.