Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.misc -> Interesting Behavior using REVERSE()
Seems like a great way to hide dates, if you ever need to...
SQL> SELECT TRUNC(SYSDATE) AS TEST_DATE FROM DUAL; TEST_DATE