Simple question:
Is there a way to do something like the following:
SELECT x,y,z FROM AUNIONSELECT x,y,z FROM BJOIN C ON C.z = B.z
Thanks,
Dave