23 lines
616 B
Markdown
23 lines
616 B
Markdown
---
|
|
title: Subqueries
|
|
description: >
|
|
Subqueries (also known as inner queries or nested queries) are queries within
|
|
a query. Subqueries can be used in `SELECT`, `FROM`, `WHERE`, and `HAVING` clauses.
|
|
menu:
|
|
influxdb3_clustered:
|
|
name: Subqueries
|
|
parent: SQL reference
|
|
weight: 210
|
|
related:
|
|
- /influxdb3/clustered/query-data/sql/
|
|
- /influxdb3/clustered/reference/sql/select/
|
|
- /influxdb3/clustered/reference/sql/where/
|
|
- /influxdb3/clustered/reference/sql/having/
|
|
|
|
source: /shared/sql-reference/subqueries.md
|
|
---
|
|
|
|
<!--
|
|
The content of this page is at /content/shared/sql-reference/subqueries.md
|
|
-->
|