taylor_smith Well-known member Feb 18, 2014 #1 The SQL is not strong with this one. What query can I run to identify users with custom titles?
MattW Well-known member Feb 18, 2014 #2 Code: SELECT * FROM `xf_user` WHERE `custom_title` != ""; Upvote 0 Downvote
taylor_smith Well-known member Feb 18, 2014 #3 MattW said: Code: SELECT * FROM `xf_user` WHERE `custom_title` != ""; Click to expand... Thank you! Upvote 0 Downvote