Read the SQL reference guide or just give a copy command on sql prompt.
Code:
[email protected]D> copy
usage: COPY FROM TO { () } USING
: database string, e.g., scott/tiger@d:chicago-mktg
: ONE of the keywords: APPEND, CREATE, INSERT or REPLACE
: name of the destination table
: a comma-separated list of destination column aliases
: any valid SQL SELECT statement
A missing FROM or TO clause uses the current SQL*Plus connection.
[email protected]D>
Im not able to show the exact syntax as the thread is chooping off few parts...
Last edited by adewri; 07-15-2003 at 12:55 PM.
Amar
"There is a difference between knowing the path and walking the path."

Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Click Here to Expand Forum to Full Width
|