I know there's an easy way to do this, but I can't remember.
I've got a PHP array with 10 user ID values. I want to run a SELECT query to find all the rows where the UserId column matches something in my array.
What's the syntax I'm looking for? Thanks in advance.