SQL Formatter
Standard SQL · 2-space indent
select id, name, email from users where status = 'active' and created_at > '2024-01-01' order by created_at desc limit 10;
SELECT id , name , email FROM users WHERE status = 'active' AND created_at > '2024-01-01' ORDER BY created_at DESC LIMIT 10;
Powered by
The Toolbox
— free SQL formatter