I am working in Crystal 10.
I have created an Add Command SQL query and need to include in the Where a test for today -365 (or the past year). Something like:
What function do you use to represent today's date? I tried sysdate and that didn't work.
TIA!
~RLG
I have created an Add Command SQL query and need to include in the Where a test for today -365 (or the past year). Something like:
Code:
Appt_date <= today()-365
What function do you use to represent today's date? I tried sysdate and that didn't work.
TIA!
~RLG