Hi,
Is this possible in NRQL?
SELECT columnName from tableName where columnName NOT IN (SELECT columnName FROM tableName)
What could be the possible workaround on this?
Hi,
Is this possible in NRQL?
SELECT columnName from tableName where columnName NOT IN (SELECT columnName FROM tableName)
What could be the possible workaround on this?
Hi, @Jomar_Soco: You may find this document helpful: https://docs.newrelic.com/docs/query-your-data/nrql-new-relic-query-language/nrql-query-tutorials/nested-aggregation-make-ordered-computations-single-query.