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
query.prepare("SELECT accounts.trigramme as tri, accounts.nickname as nick, admins.permissions as perm FROM accounts JOIN admins ON accounts.id = admins.id ORDER BY perm DESC, tri DESC");