DDSQL Reference

이 페이지는 아직 한국어로 제공되지 않으며 번역 작업 중입니다. 번역에 관한 질문이나 의견이 있으시면 언제든지 저희에게 연락해 주십시오.
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