SQL FormatterStandard 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;
Powered by The Toolbox — free SQL formatter