Question
Array in Where clause?
I would like to create a Coldfusion function where one of my arguments is and array of "user_id"'s. Then I want to:
Select * from database where (each id in the array) = #user_id#
How is this written?
I would like to create a Coldfusion function where one of my arguments is and array of "user_id"'s. Then I want to:
Select * from database where (each id in the array) = #user_id#
How is this written?
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.