Hi,
running a simple query where in the WHERE condition is a column IN ( ) condition and the list contains 13 elements (numbers).
The column is type of int.
Every time I run a query I got a different result, sometimes 5 rows, sometimes 2 rows, sometimes 10 rows.
Of course I checked ID by ID that all elements are in the table...
is this a known bug or I am missing something?
select * from tmp_ext_item where item_id in ( 3040607, 5645020, 69772482, 2030547, 1753459, 9972822, 1846553, 6098104, 1874789, 1834370, 1829598, 1779239, 7932306 )
T.