Hi,
I'm just wondering, why it is that I can create a function and call it with or without parentheses (e.g. "select f from dual" OR "select f() from dual") but I can only call SYSDATE, CURRENT_DATE etc. without parentheses. If I do this "select SYSDATE() from dual" I get an error.
SYSDATE is a function, no?
Does anybody know? I'm just..curious.
Thanks,
Jason