Zeroanarchy
Technical User
Hi,
Having problems trying to return any values using the following method, can anyone make any suggestions?
The field value is set to date
and the date is as follows "dd/mm/yyyy"
Code:
SELECT T_RATES.TO_DATE
FROM PRODUCTDB.T_RATES
WHERE
T_RATES.TO_DATE BETWEEN TO_CHAR(SYSDATE,'DD/MM/YYYY') AND TO_CHAR(SYSDATE -200,'DD/MM/YYYY')
Cheers
ZeroAnarchy
Experience is a wonderful thing. It enables you to recognize a mistake
when you make it again.