From e8e82013ec9c7cf725ef966bc3d77470b7c9551b Mon Sep 17 00:00:00 2001 From: davegraves Date: Thu, 23 Sep 2021 13:41:14 -0700 Subject: [PATCH] Removing incorrect link. This link mentions simulating SQL joins, but redirects to a page about nested aggregation. Further, NRDB does NOT support joins so the text of the link is misleading. --- .../get-started/nrql-syntax-clauses-functions.mdx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/content/docs/query-your-data/nrql-new-relic-query-language/get-started/nrql-syntax-clauses-functions.mdx b/src/content/docs/query-your-data/nrql-new-relic-query-language/get-started/nrql-syntax-clauses-functions.mdx index 45e33841982..8b933b513e5 100644 --- a/src/content/docs/query-your-data/nrql-new-relic-query-language/get-started/nrql-syntax-clauses-functions.mdx +++ b/src/content/docs/query-your-data/nrql-new-relic-query-language/get-started/nrql-syntax-clauses-functions.mdx @@ -26,7 +26,6 @@ This document is a reference for the functions and clauses used in a NRQL query. * [Intro to NRQL](/docs/query-data/nrql-new-relic-query-language/getting-started/introduction-nrql): explains what NRQL is used for, what data you can query with it, and basic NRQL syntax * [Examine NRQL queries used to build New Relic charts](/docs/using-new-relic/user-interface-functions/view-your-data/standard-new-relic-ui-page-functions#view-query) * [Learn how to query the `Metric` data type](/docs/telemetry-data-platform/get-data/apis/query-metric-data-type) -* [Simulate SQL JOIN functions](/docs/insights/new-relic-insights/using-new-relic-query-language/simulate-sql-join-functions-insights) * [Use funnels to evaluate a series of related data](/docs/insights/new-relic-insights/features/funnels) * [Format NRQL for querying with the Event API](/docs/insights/insights-api/get-data/query-insights-event-data-api)