import

Inserts new records into the specified table. Administrative privileges are required to execute this command.

Syntax

import TABLE
Required Object
TABLE
Name of table in which to store the data.

Usage

Import the entire sys_cpu_logs data into old_sys_cpu_logs.

table order=asc sys_cpu_logs 
| import create=t old_sys_cpu_logs