SQLzoo.net

Date and time types.

DB2
The SQL standard permits three types. DATE, TIME and TIMESTAMP. A TIMESTAMP includes a date and a time.
Several engines use the word TIMESTAMP for a different purpose.
Run the tidy code silently


Specific to DB2
Use a simple string to specify a DATE, TIME or TIMESTAMP literal.

Related links:

  • DATES