Pass Array to a MySQL stored procedure
Posted
by moustafa
on Stack Overflow
See other posts from Stack Overflow
or by moustafa
Published on 2010-04-28T01:15:31Z
Indexed on
2010/04/28
1:23 UTC
Read the original article
Hit count: 399
How can we pass an Array to a Stored Procedure in MySQL 5.1 so that I can use it like:
Select column1
FROM table
where column2 IN in_array
Thanks
© Stack Overflow or respective owner