Php versions – MySQL Cannot retrieve repeated rows using SELECT IN
I am unable to retrieve rows with repeated IDs using SELECT IN ID column is Primary key with auto increment. SELECT ID FROM dbproduct WHERE ID IN (3,2,1,4,3,2,1,4); I get the following result back ID ----- 1 2 3 4…