I am truly facing the age old problem of a seasoned programmer in an application trying to do things in an unknown environment.
This I do day in and day out in a DB application I've worked with for years, but as a CF newbie, I can't even imagine ...
Here is the question:
What would a query look like if I needed to EXCLUDE records which are found in a second table
<cfquery ...>
select *
from tableA
where tableA.key NOT FOUND IN tableB
</cfquery>
Do I need a mentallity adjustment? As an inmigrant, I am always told: "Do not think in your native language!" this causes you to speak improper English ... Well, it is hard to do and here I am doing it in "programming" languages as well
Thank you all in advance;
josel If you have the knowledge, consult and educate those who need it! - Jose Lerebours
This I do day in and day out in a DB application I've worked with for years, but as a CF newbie, I can't even imagine ...
Here is the question:
What would a query look like if I needed to EXCLUDE records which are found in a second table
<cfquery ...>
select *
from tableA
where tableA.key NOT FOUND IN tableB
</cfquery>
Do I need a mentallity adjustment? As an inmigrant, I am always told: "Do not think in your native language!" this causes you to speak improper English ... Well, it is hard to do and here I am doing it in "programming" languages as well

Thank you all in advance;
josel If you have the knowledge, consult and educate those who need it! - Jose Lerebours