I would like to write some SQL to gather all of the records that meet the condition of todays date and everything prior to 365 days...
where field1 (DATE now <= 365 days)
can someone provide a better way of doing this in SQL?
Thanks!
Dano
What's your major malfunction
where field1 (DATE now <= 365 days)
can someone provide a better way of doing this in SQL?
Thanks!
Dano
What's your major malfunction