SELECT CURDATE() CURRENT_DATE;
Above query will return only date. if you want to fetch date with time then you can use below query:-
SELECT NOW() CURRENT_DATE;
Read Also:- Find out Current date in Oracle
Above query will return only date. if you want to fetch date with time then you can use below query:-
SELECT NOW() CURRENT_DATE;
Read Also:- Find out Current date in Oracle
No comments:
Post a Comment