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.
I cannot clearly see your terminal in Kansas, so please help me out here...Is your problem a syntax error, a run-time error, or a logic-error (the code displays unexpected/unwanted results)?KSKid said:...but not this...
SQL> select to_char(SYSDATE,'YYYY MON DD HH24:MI:SS') NOW
2 from DUAL
3 /
NOW
--------------------
2006 JUN 06 14:26:47
SQL>
SELECT *
FROM TABLEA
WHERE TABLEA.DATE = trunc(SYSDATE) - 1