Edit this page

Attach DuckDB Database from S3


Setup

Please wait a few seconds for the database to load.

ATTACH 's3://aws-test-duckdb/datasets/data.db' AS s3;
SHOW DATABASES;
USE s3;

Tables Available


Responsive SQL Code