I have an array of ids, I have to select from table for each value of array , i can get it by one by one in for loop,
SELECT point, privacy FROM `tableName` WHERE id='1403176452487620892'and status=1
but the problem is that array size is 100, i need a single query not 100.