Hi friends
Give one method for transferring a table from one schema to another?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Satyapriya NayakPosted Dec 21, 2011, 1:15 PM
There are several possible methods, export-import, CREATE TABLE... AS SELECT, or COPY.
Thanks