I\'m reading through some old code at work, and have noticed that there are several views with an order by 1 clause. What does this accomplish?
order by 1
Exampl
it simply means sorting the view or table by 1st column of query's result.