DDSQL Reference

Cette page n'est pas encore disponible en français, sa traduction est en cours.
Si vous avez des questions ou des retours sur notre projet de traduction actuel, n'hésitez pas à nous contacter.
Join the Beta!

DDSQL is in private beta.

Request Access

Overview

DDSQL is a query language for Datadog data. It implements several standard SQL functions, such as SELECT, and allows queries against unstructured data, such as tags.

You can use DDSQL to query your infrastructure in the DDSQL Editor in Datadog.

Supported SQL syntax

SQL is broken into five different categories of statements. The table below indicates which categories are supported by DDSQL.

CategoryExamplesSupport
DQL (Data Query Language)SELECTSupported
DML (Data Modification Language)INSERT, UPDATE, DELETELimited: Data is not persisted across sessions
DDL (Data Description Language)CREATELimited: Data is not persisted across sessions
DCL (Data Control Language)GRANT, REVOKENot supported
TCL (Transaction Control Language)BEGIN, END, ROLLBACKNot supported