Wednesday, November 27, 2013

How to Union while using Function?

What are you joining together? Union works in two ways. It unions two select statements based on all rows with "UNION ALL" or it displays all distinct rows with "UNION". So surely it should not matter what you're using to create your select statement? Please post an example of how you're attempting to do this.

No comments:

Post a Comment