When I ran the query below I got an error message: Capability Not Supported.
SELECT COUNT( CardNo )
FROM "Clients.DB" Clients
WHERE ConExpiry >= Today()
I am trying to compare the sysdate to a field value. The SQL I have is as follows:
SELECT COUNT(CardNo)
FROM "Clients.DB" Clients
WHERE ConExpiry >= Sysutils.date;
This doesn't work. What do I put in place of Sysutils.date?
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.