Load Data from External Sources
This section describes how you can connect to sources with Exasol for importing or exporting of data.
You can integrate any database with Exasol as long as the external source supports a JDBC interface. You need to upload the corresponding JDBC driver into
You can load data using the IMPORT and EXPORT statements and combine that with further post-processing through subselects. You can even specify a statement instead of a table name for the external data source which is executed on that system, for example, to load a certain part of a table into Exasol.
The section covers the following topics: