DAYS_BETWEEN
894559Oct 14 2011 — edited Oct 14 2011Hello,
According to:
[http://download.oracle.com/docs/cd/A60725_05/html/comnls/us/per/ffugax15.htm]
There's a DAYS_BETWEEN function. I tried this:
SELECT DAYS_BETWEEN('27-JUN-1995', '03-JUL-1995') FROM DUAL
I get the following:
ORA-00904: "DAYS_BETWEEN": invalid identifier
00904. 00000 - "%s: invalid identifier"
*Cause:
*Action:
Error at Line: 1 Column: 7
Any idea what I'm doing wrong?
-Eric