Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
SQL> select stamp from foo;
STAMP
----------------------------
18-MAY-05 09.31.13.542000 AM
13-DEC-03 12.56.44.000000 AM
col a heading "Days|Diff" format 999
select trunc(sysdate-cast(stamp as date)) a from foo;
Days
Diff
----
0
522