Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Source values can be Integer literals or column references to values that can be inferred as Integers.
  • If any of the source values are invalid or out of range, a missing value is returned.
  • This function must be nested within another function that accepts date values, such as DATEFORMAT, as arguments. See the example below.

...

D code

derive type:single value:DATEFORMAT(dateDATE(year_integer_col,month_integer_col,day_Integer_col ),'date_format_string')

...