In some cases, you may be required to do a Union of multiple queries to get the desired output. But, if one of these queries have a Long field, it would not be possible for you to do the Union. In such cases, the easiest way to move forward is to use a Union All. Does PS Query allow you to use Union All? Explain how?
Related Questions