drmichaelw
IS-IT--Management
I have individual, identical select statements that vary only on one value in the where clause. Each select statement has an order by clause. I would like to create an UNION since the select parts are all the same. The problem is that I can't use the order by clause for each seperate select in the UNION. It only allows the first select to use the ORDER by. Any solutions