exclude joined rows from a select
- by Vaccano
I have two tables. One has rows with values A-Z and the other has D-G.
How do I make a select statement to return only the values A-C, H-Z?
(This is, of course a dumbed down version of my real tables and problem.)