Connections

The connections system table includes information about the source and target data connections used by your organization.

From a worksheet within Upsolver, run the following query:

SELECT * 
FROM system.information_schema.connections;

The system.information_schema.connections table includes the following columns:

For more information, please refer to the Connections SQL command reference.

Last updated