Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
SELECT A,B,C FROM TABLE1 WHERE D IN (SELECT X FROM TABLE2 WHERE .....)
You probably can get away with an uncorrelated subquery to populate the outer query. The WHERE clause of the subquery will determine the outcome of the list of values fed to the main query...
Ties Blom
Information analyst
tbl@shimano-eu.com