SQL Explorer
Demo Environment
This environment resets nightly. Any data or connections you add are public.
SQL Explorer
New Query
Playground
Connections
Annotations
Logs
Favorites
test
no such column: a.address_id
Title
sqlite-sakila.db
MSSQL
db_1.db
chinook_1.db
eiqdb14
Connection
list all actors and their addresses
Description
SQL
SELECT a.first_name, a.last_name, ad.address, ad.postal_code FROM actor a JOIN address ad ON a.address_id = ad.address_id;
Assistant Example
Save & Run
Save Only
Download...
CSV
JSON
Show Schema
Hide Schema
SQL Assistant
Loading...
Assistant prompt
"Ask Assistant" to try and automatically fix the issue. The assistant is already aware of error messages & context.
Ask Assistant