Does that mean sample, example, random have to have identical structures ? What if I just want the id and name columns ? How do I select just those in a union scenario?
I know massimo doesn't like unions, but they are required sometimes. I am visualizing object relationships in a graph (picture something like http://bost.ocks.org/mike/fisheye ) and I want to get one list of nodes. I've only done it with executesql so far. --

