sql - List system date in 3 different formats? (Oracle 11g) -


i came across 1 question have been asked list system dates in 3 different formats:

i used following 2 formats i'm wondering third one?

format #1: sysdate

http://docs.oracle.com/cd/b19306_01/server.102/b14200/functions172.htm

format #2: systimestamp

http://docs.oracle.com/cd/b19306_01/server.102/b14200/functions173.htm

i'm using oracle 11g. please let me know if above format correct or not , third format in case?

thanks

if asked question, i'd use

to_char(sysdate, 'someformat') 

thrice.


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -