Difference between Current_date and sysdate
483760Feb 28 2008 — edited Feb 28 2008Hi,
What is the difference between Current_
date and sysdate?
When I run this query,I find both are retuning same value?
select current_date ,sysdate from dual;
Please share your thoughts....
Thanks,
Arvy~