In Oracle 12c, I have a select statement that uses the IN keyword with a long list of serial numbers as part of the IN clause. Is there a way to keep the order of the results the same as the order of the list in the IN clause?
Tried different Order By clauses, but no success.