SYSDATE Vs CURRENT_DATE
733256Apr 29 2011 — edited Apr 29 2011select sysdate,current_date from dual;
select sysdate - current_date from dual;
the result of first query is same and second one return zero..what is the difference between them??when we are used sysdate or current_date??plzzz help me..