posted 14 years ago
Hi
I want to pass the Stored Procedure "1,2,3" as a Integer Array, is this possible in mysql?
Actually I have to do
select * FROM User WHERE id IN (1,2,3);
I want to pass the Stored Procedure "1,2,3" as a Integer Array
If i use varchar then sometimes the query executes fine But, sometimes it gives no records.
Thanks