Answers for "how to used date type in sql oracle"

SQL
0

date datatype in oracle example

Numeric style
Examples: '24/4/97' or '24-04-1997'

Packed numeric style
Examples: '240497' or '04241997'

Month name style
Examples: '24APR97' or '24 ap 97' or 'April 24, 1997'
Posted by: Guest on October-05-2021

Code answers related to "SQL"

Browse Popular Code Answers by Language