This is an old revision of the document!


DRAFT

Omnidex SQL Function: $COMPARE_DATE

Description

The $COMPARE_DATES function determines the interval between two dates and returns that value as a fractional floating point value. The interval will default to days unless overridden using the unit parameter.

Syntax

$COMPARE_DATES ( <date_column1 | 'date_string1' > , < date_column2 | 'date_string2 > 
    [, [date_unit] 
    [, options]
    )

Discussion

< date_column1 | 'date_string1' >

An expression resulting in a date-class or string-class datatype

< date_column2 | 'date_string2' >

An expression resulting in a date-class or string-class datatype

date_unit

A string containing a unit abbreviation identifying the type of interval. The supported abbreviations are the same as those found in the EXTRACT function.

options

A string containing options for this functions. No options exist at this time.

The result of the $COMPARE_DATES function is an INTEGER datatype reflecting the number of units between the two dates.

Example

Example 1

 
Back to top
dev/sql/functions/compare_dates.1261182717.txt.gz ยท Last modified: 2016/06/28 22:38 (external edit)