KI_COPY_TABLE
Argument | Enumeration | Purpose |
---|---|---|
connection | Current database connection | |
source$ | Source table name | |
target$ | Destination table name | |
status | KDB_ERROR_ENUM | Return status |
KI_COPY_TABLE
This function will copy a database table source$ to the table target$ in the database open on connection handle conn.
In the case of native database on the default connection, the table names are filenames relative to the current working directory. For KDB, Oracle or similar databases they will be table names with optional user prefixes.