DRE Well-known member Licensed customer Aug 4, 2013 #1 What's an sql query for pulling up a xf_post in the database only by posting the user id? Would it be: SELECT * FROM xf_post WHERE user_id = "xxx"
What's an sql query for pulling up a xf_post in the database only by posting the user id? Would it be: SELECT * FROM xf_post WHERE user_id = "xxx"
MattW Well-known member Licensed customer Aug 4, 2013 #2 That will pull up ALL posts by that user ID Upvote 0 Downvote