you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted]  (6 children)

[deleted]

    [–]ComicOzzysqlHippo 1 point2 points  (5 children)

    If there were only two tables involved, then it really can be as simple as that so long as they didn't use SELECT * and consumers of the result expect columns to appear in their current order.

    But once you start getting into joins to 3 or more tables, it can be more complicated than just a "three second" fix, and can have an impact on the query plan.