unload to "table.txt" select * from table
This will unload data to your user login in database server. Suppose you logged as "test" user, it will unload data to folder "test".
load data from "table.txt" insert into table
Use this sql to load data from "table.txt" to a table.
No comments:
Post a Comment