DEVSWISS_TOOLKIT
DevSwiss
Editor con resaltado para formatear SQL Postgres o MySQL localmente.
Editor SQL
Escribe, pega y formatea queries con dialecto.
SELECT u.id, u.email, o.total FROM users u JOIN orders o ON o.user_id = u.id WHERE o.status = 'paid' ORDER BY o.created_at DESC;