Question: How do I change the order of columns in a SQL query?
Can you query columns in any order? 3 Answers. The order doesn’t matter, actually, so you are free to order them however you’d like. edit: I guess a bit more background is helpful: As far as I know, the process of optimizing any query happens prior to determining exactly what subset of the row data …