From c5da4d578335eb61bc88998fb1cb7fc0a9f2662e Mon Sep 17 00:00:00 2001 From: Rob Siebens Date: Thu, 8 Jun 2023 11:30:03 -0700 Subject: [PATCH] fix(NRQL): Remove warning about not supporting JOINS --- .../get-started/introduction-nrql-how-nrql-works.mdx | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/src/content/docs/query-your-data/nrql-new-relic-query-language/get-started/introduction-nrql-how-nrql-works.mdx b/src/content/docs/query-your-data/nrql-new-relic-query-language/get-started/introduction-nrql-how-nrql-works.mdx index 1f25bbac707..7ff70d0a614 100644 --- a/src/content/docs/query-your-data/nrql-new-relic-query-language/get-started/introduction-nrql-how-nrql-works.mdx +++ b/src/content/docs/query-your-data/nrql-new-relic-query-language/get-started/introduction-nrql-how-nrql-works.mdx @@ -144,16 +144,6 @@ NRQL's basic rules are as follows: NRQL supports [subqueries](/docs/query-your-data/nrql-new-relic-query-language/get-started/subqueries-in-nrql). - - - - `JOIN` clauses - - - - NRQL does not have the equivalent of the SQL `JOIN` clause, but you can [simulate a `JOIN` with custom attributes](/docs/insights/new-relic-insights/using-new-relic-query-language/simulate-sql-join-functions-insights). - - Comments @@ -162,7 +152,7 @@ NRQL's basic rules are as follows: You can add comments to your NRQL queries. [Learn more about comments](/docs/query-your-data/nrql-new-relic-query-language/get-started/nrql-syntax-clauses-functions#comments). - +