StacyStacy
Programmer
What is wrong with the following code?
I do not want to show any clients that have a termdate:
NOTE: the beginning date = m.begdate & the ending date = m.enddate
SELECT *;
FROM itatmp;
WHERE entertdt_a <= m.enddate;
AND (termdate <> m.begdate OR empty(termdate));
INTO table parttmp
I do not want to show any clients that have a termdate:
NOTE: the beginning date = m.begdate & the ending date = m.enddate
SELECT *;
FROM itatmp;
WHERE entertdt_a <= m.enddate;
AND (termdate <> m.begdate OR empty(termdate));
INTO table parttmp