Friday, February 17, 2017

A nice little trick for doing UNION queries

To do a UNION query, you need the two queries to line up column by column.  When you are working on this, you should only do a TOP 3 * for each query, otherwise there you can't see everything without scrolling around.  It may seem obvious in retrospect.

No comments:

Post a Comment