NAME
SqliteCopyTable — Copy a table in a SQLite database.
ERRORS
Error Conditions
ConditionError CodeError Message
Contents of variable are invalid. Number of elements does not match number of columns in table. -11 Variable $VarName has invalid value $Value. Number of elements does not match number of columns in table.
SourceTableName is empty. -12 Variable $VarName has empty value.
TargetTableName is empty. -12 Variable $VarName has empty value.
Target table already exists. -7 Input value $Value is invalid. Target table already exists.
For the main part of the command documentation, see here.