we need to construct a Mysql query with lots of conditions:
where userId=useIdi1 or userId=userId2 or userId=userId3....
I know I can use IN instead but just curious if there is any limit on how many parameters(arguments) we can pass to WHERE clause in MySQL?