Skip to content

Commit

Permalink
Merge pull request #13441 from newrelic/rhs-remove-join-warning
Browse files Browse the repository at this point in the history
Remove table row saying we do not support JOINS
  • Loading branch information
rhetoric101 authored Jun 8, 2023
2 parents dcc4425 + c5da4d5 commit 72e62a6
Showing 1 changed file with 1 addition and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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).
</td>
</tr>

<tr>
<td>
`JOIN` clauses
</td>

<td>
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).
</td>
</tr>
<tr>
<td>
Comments
Expand All @@ -162,7 +152,7 @@ NRQL's basic rules are as follows:
<td>
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).
</td>
</tr>
</tr>
</tbody>
</table>

Expand Down

0 comments on commit 72e62a6

Please sign in to comment.