Home | Previous Page | Next Page   SQL Features > Using Data Manipulation Statements >

Specifying Era-Based Dates

These SQL statements might specify DATE and DATETIME column values:

When you specify a DATE column value in one of the preceding SQL statements, the database server uses the GL_DATE (or DBDATE) environment variable to interpret the date expression, as follows:

When you specify a DATETIME column value, the database server uses the GL_DATETIME (or DBTIME) environment variable instead of the GL_DATE (or DBDATE) environment variable to interpret the expression.

For more information, see Era-Based Date and Time Formats.

Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]