All tables from an underlying datasource can be imported all at once using the SLURP Command. SLURP does not import views. SLURP functions against TARGIT InMemory Databases, Access & Microsoft SQL Server.
Note: Other source DBs are currently not supported by the slurp function.
Syntax:
SLURP <source_name>
Example:
SLURP A1
/*other sources can also be added*/
IMPORT decimal_test= source2.decimal_test
Comments
Please sign in to leave a comment.