A datetime constant specifies a date, time, or timestamp. Typically, character-string constants are used to represent constant datetime values in assignments and comparisons. However, the ANSI/ISO SQL standard form of a datetime constant can be used to specifically denote the constant as a datetime constant instead of a character-string constant. For more information see String representations of datetime values.
DATE '2003-09-03'
(C) Copyright IBM Corporation 1992, 2006. All Rights Reserved.