WebSphere Message Broker, Version 8.0.0.7 Operating Systems: AIX, HP-Itanium, Linux, Solaris, Windows, z/OS

See information about the latest product version

ESQL DATE data type

The DATE data type holds a Gregorian calendar date (year, month, and day).

The format of a DATE literal is the word DATE followed by a space, followed by a date in single quotation marks in the form 'yyyy-MM-dd'. For example:
DECLARE MyDate DATE;
SET MyDate = DATE '2000-02-29';
Do not omit leading zeros from the year, month, and day.
Notices | Trademarks | Downloads | Library | Support | Feedback

Copyright IBM Corporation 1999, 2016Copyright IBM Corporation 1999, 2016.

        
        Last updated:
        
        Last updated: 2016-05-23 14:47:14


Reference topicReference topic | Version 8.0.0.7 | ak17860_