taylor_smith Well-known member Feb 22, 2014 #1 The SQL is not strong with this one. What query can I run to identify users with with the "show user as staff" box checked?
The SQL is not strong with this one. What query can I run to identify users with with the "show user as staff" box checked?
Mike XenForo developer Staff member Feb 22, 2014 #2 SELECT * FROM xf_user WHERE is_staff = 1; Upvote 0 Downvote