%DateOut meta-SQL element

Syntax

%DateOut(dt)

Description

The %DateOut meta-SQL variable expands to either a platform-specific SQL substring or datetime value, depending on the database platform, representing a datetime column in the Select clause of a SQL query

Parameters

Parameter Description

dt

Specify dt as a date column.

Note: You cannot specify a literal value for dt. Code such as %DateOut('1900-01-01') is not allowed.