Skip to main content
A remote query makes use of a data source to run a given query on the remote system referenced by that data source.
Remote Query Syntax

Parameters

<remote query>

SQL query to execute on the remote system.

<data source name>

Name of the data source referencing the remote system on which the query should be executed.

Examples

To query employees’ managers from a given remote system:
Remote Query Example
To query employees’ information from a given remote system and join it to data in the host system:
Remote/Local JOIN Query Example