I have a table with a STATUS field and a STATUS_DATE field. In my Conditions, I want to select all records where STATUS = APPFILED and STATUS_DATE is > 90 days old.
I think I should use the @now() function but I do not know the correct syntax for using it.
Can you help?