No worries. I actually got it to work a couple of minutes after I posted. Just doing extensive testing now. Here it is for those interested:
select * from cfprddta.cd1
where cdcode = 'MINF04'
AND memberid IN (
select memberid
from cfprddta.cd1
where (cdcode =...
Hi all,
I was asked for this query and thought it would be easy but I've struggled with it for more that two hours now.
For simplicity purposes, I have the following table:
Table: CD
Member ID, Code, Date
100, MINF03, 03/30/2005
101, MINF04, 03/30/2005
102, MINF04, 03/30/2005
102, MINF05...
Hi all,
I am recreating some reports using Crystal Reports 8.5 and connecting to some DBase tables (.DBF).
These tables already have indexes created for them (.cdx) but when using the Visual Linking "Expert" all options to use indexing or to create indexes is grayed out / disabled. I've...
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.