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
query new order
no such table: Orders
Title
sqlite-sakila.db
MSSQL
db_1.db
Connection
请帮我倒序查询前10个order
Description
SQL
SELECT o.OrderID, o.CustomerID, o.EmployeeID, o.OrderDate FROM Orders o ORDER BY o.OrderDate DESC LIMIT 10;
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
Avg. execution: 13.091ms. Query created by admin on 2024-11-22.
History