SELEZIONARE CodeType a partire
(
SELEZIONARE tblCodes.CodeType A PARTIRE dai tblCodes
UNIONE
SELEZIONARE “CeremonyStatus„ come CodeType A PARTIRE dai tblCodes
) COME TMP
DOVE (((TMP.CodeType) = " CeremonyStatus "));
Ciò
produrre tutte le file dalla tabella (count=x),
allora tutte le file ancora (ogni fila ha il codetype hard-set “a CeremonyStatus„), (count=x)
allora UNIONE che loro hanno seguito insieme da DISTINTO (count=2x, basso distinto a count=x)
Ciò si trasforma in nella sottointerrogazione TMP.
DOVE la clausola si applica a TMP, che provoca un singolo risultato, “CeremonyStatus„
In breve, sì potete DOVE un'UNIONE, appena sottointerrogazione esso.