ORACLE - Campos LONG

HOla, tengo dos tablas T1 y T2.
Cada una tiene un campo LONG.
Como hago para pasar el LONG de T1 al campo LONG de T2?
Respuesta
1
Debes utilizar el comando copy.
Te envío la sintaxis del comando
Here is the usage of the COPY command: COPY FROM <db> TO <db> <opt> <table> {(<cols>)} USING <sel> <db> : database string, e.g., scott/tiger@d:chicago-mktg <opt> : ONE of the keywords: APPEND, CREATE, INSERT, or REPLACE <table> : name of the destination table <cols> : a comma-separated list of destination column aliases <sel> : any valid SQL SELECT statement

Añade tu respuesta

Haz clic para o

Más respuestas relacionadas