Generic
The unpacking and loading of a generic database can be done with a generic prefix.
Syntax:
Generic( loadstatement | selectstatement )
Tables loaded through a generic statement are not auto-concatenated.
Examples:
Generic LOAD * from abc.csv;
Generic SQL SELECT * from table1;