You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 23, 2022. It is now read-only.
SELECT COUNT(m.id) as miners, h.account_id, a.name, a.email FROM hosts as h LEFT JOIN accounts as a ON h.account_id = a.id LEFT JOIN miners as m ON m.host_id = h.id GROUP BY account_id;