I would like to query data based on the values in a java int array ( int[]), using a prepared statement similar to:
"SELECT * FROM items WHERE id IN (?)"
can anybody advise in have to set the prepared in the statement?