I need to develop a query to retrieve, for example the previous 1 year of performance data. The query is based on an oracle database table (which I don't have the permissions to change). The date field in the table is in date/time format.
So in my query:
"Date()" for some reason works ok,
but
"Date() - 365"
or
"Between Date() And Date()-365"
returns no records.
Any suggestions?
So in my query:
"Date()" for some reason works ok,
but
"Date() - 365"
or
"Between Date() And Date()-365"
returns no records.
Any suggestions?