How To Get Current Date or SYSDATE in Oracle Database Tutorial Example
Run Query Editor then copy & paste the below code to to get current date or SYSDATE in SELECT clause in Oracle Database Server Tutorial Example
-- CONNECT AS Any User or HR SELECT SYSDATE FROM DUAL;
-- is comment in Oracle
-- in fact it is comment in MSSQL and MySQL as well

No comments:
Post a Comment
leave your comments here..