SQL
Formatter
More Free Tools
Get BoilerForge
PostgreSQL
MySQL
Standard SQL
Raw SQL
SELECT id, name, email FROM users WHERE active = 1 ORDER BY created_at DESC LIMIT 10;
Formatted SQL
Copy
Output will appear here...