Variables in ADQL Queries
Variables in ADQL Queries
Variables in ADQL queries enable you to dynamically change the values passed into the queries.
For example, you want to use a variable for an application within an ADQL query.
AppDynamics SaaS
list_alt
Variables in ADQL Queries
Variables in ADQL queries enable you to dynamically change the values passed into the queries.
For example, you want to use a variable for an application within an ADQL query.
$app in an ADQL query:SELECT transactionName FROM transactions WHERE application= "${app}"