synapsevampire: It's not a matter of being a coward but more matter of time constraints so in my situation right now, a db view is most definitely not an option in our environment (wishful thinking but impossible). Since these types of query are so easily done in SQL, I thought there might be...
Thank you everyone. I noticed that I forgot to mention that I am using CR 8.5
I will try to manually edit the SQL... however since we plan on going to a newer version of CR fairly soon I may just wait until then since it seems to be easier with other versions.
Thanks once again!
JenL
Have the following SQL query:
SELECT REFERENCE#
FROM TABLE_1
WHERE REFERENCE# NOT IN (SELECT REFERENCE# FROM TABLE_2)
So basically, only want the reference# from the first table where there is no occurence of that reference# in the second table.
Does anyone know how to simulate this in...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.