exclude joined rows from a select
Posted
by Vaccano
on Stack Overflow
See other posts from Stack Overflow
or by Vaccano
Published on 2010-04-27T20:01:37Z
Indexed on
2010/04/27
20:03 UTC
Read the original article
Hit count: 265
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.)
© Stack Overflow or respective owner