Function Description
Function SYSDATE returns date of current date and time of the operating system on which database runs comprar viagra sin receta en farmacia.
Note
You can change value of NLS_DATE_FORMAT parameter to change returned format of SYSDATE:Watch Full Movie Online Streaming Online and Download
ALTER SESSION SET NLS_DATE_FORMAT=’DD.MM.YYYY hh24:mi:ss’;
Examples
1
2
3
4
|
SELECT SYSDATE
FROM dual;
Result: 10.10.2010 9:58:10
|