I need a sql query that is based on how old someone will be on a future date based on their birthday.
the following formula works in Crystal:
TRUNCATE((DATE(2001,06,30) - {table.BIRTHDAYfield})/365)
but these formulas do not work in sql:
TRUNCATE(('06/30/2001' -...
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.