I need to get a set of results using the IN
clause, but the default ordering is done and the results are returned. Is there a way to maintain the order of the in clause in db2 ?
ORDER BY FILED
would be a solution in MySQL but is there an equivalent in DB2 ?