Hi All I have a requirement like to compare the tables date with Current_day -15 . Presently I am running this.
select "ID", "ZDATE" FROM "DS_TIME" WHERE "ZDATE" <= CURRENT_DATE -'15' ORDER BY "ZDATE" DESC;
but i am having datatype issues.
Hi All I have a requirement like to compare the tables date with Current_day -15 . Presently I am running this.
select "ID", "ZDATE" FROM "DS_TIME" WHERE "ZDATE" <= CURRENT_DATE -'15' ORDER BY "ZDATE" DESC;
but i am having datatype issues.