The intro to Ch 7 'Advanced Queries' says:
...
The final section introduces several advanced query
techniques, including ... subqueries using the
EXIST operator, and combining query results using
the UNION operator.
Um, where is this info? It's not in Ch 7 or any Ch or manual as far as I can tell.
(Also there are a fair number of Texis reserved words
listed in Ch 12 that are not documented anywhere.)
Am I missing something?
I tried using a UNION between 2 selects and it seems to work same as Oracle, it would just be nice to know about this. Perhaps its unsupported? Can I assume EXIST is the same story?
...
The final section introduces several advanced query
techniques, including ... subqueries using the
EXIST operator, and combining query results using
the UNION operator.
Um, where is this info? It's not in Ch 7 or any Ch or manual as far as I can tell.
(Also there are a fair number of Texis reserved words
listed in Ch 12 that are not documented anywhere.)
Am I missing something?
I tried using a UNION between 2 selects and it seems to work same as Oracle, it would just be nice to know about this. Perhaps its unsupported? Can I assume EXIST is the same story?