Sprache

Entwickler-Tools

SQL fürmatierer

Make messy SQL readable mit Schlüsselwort casing und line breaks.

Eingabe

SQL fürmatierer

sqlformatterdatabase
Ausgabe

Formatted SQL

SELECT users.id,
  users.email,
  count(orders.id) AS order_count
FROM users
LEFT JOIN orders ON orders.user_id = users.id
WHERE users.status = 'active'
GROUP BY users.id,
  users.email
ORDER BY order_count desc
LIMIT 10;

Ähnliche Tools

Cookie preferences

We use cookies for essential site features and, with your permission, analytics and advertising.