Skip to main content
DynamoSQL implements a substantial subset of ANSI SQL targeting DynamoDB and CSV backends. The engine is read-only — it supports SELECT queries only. There is no INSERT, UPDATE, DELETE, or DDL.

Supported Feature Categories

Unsupported features — including window functions, INSERT/UPDATE/DELETE, recursive CTEs, and date/time functions — are listed on the Limitations page.

Quick Example

This query demonstrates a CTE, an INNER JOIN, WHERE filtering, GROUP BY with an aggregate, HAVING, ORDER BY, and LIMIT — all supported today.