IBM Integration Bus, Version 10.0.0.3 Operating Systems: AIX, HP-Itanium, Linux, Solaris, Windows, z/OS


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.

ak17860_.htm | Last updated 2015-11-27 00:00:02