Hi,
When i Execute this query, I got the result as 29-MAY-07
But i want 29-MAY-2007.
What is the query for it?
Thanks,
When i Execute this query, I got the result as 29-MAY-07
Code:
select sysdate from dual;
What is the query for it?
Thanks,
Comment