is it possible order by IN, how can I do it? each time I try this way, the order
is ascendent and ordered by items_id, I want It keeps the items_id_list order,
any idea?
"SELECT * FROM items WHERE items_id IN (" & items_ID_List & " ORDER BY IN (" &
items_ID_List & ""
thanks in advance
Miguel
is ascendent and ordered by items_id, I want It keeps the items_id_list order,
any idea?
"SELECT * FROM items WHERE items_id IN (" & items_ID_List & " ORDER BY IN (" &
items_ID_List & ""
thanks in advance
Miguel