Two days ago, I run a query which was performing very badly (33 records returned in more than 18 minutes). I then have generated its corresponding
explain plan and started looking how to improve it. Finally, when I have changed a little bit the order by clause, the query performed very well. Today, I was going to implement this change of order by clause in...