The getDataSourceAlias placeholder
In a SQL statement, the getDataSourceAlias placeholder is used to refer to the (USoft-generated) alias of some data source.
Syntax
${getDataSourceAlias( *data-source* )}
where data-source is the name of the data source you are referring to.
This placeholder is similar to the getThisDataSourceAlias and getMainDataSourceAlias placeholders. Click getMainDataSourceAlias for an example of the use of this type of placeholder within a SQL statement.