4D v13.4

odbc_constant

Home

 
4D v13.4
odbc_constant

odbc_constant  


 

 

{constant_type 'value'}

An odbc_constant is a sequence of characters containing a date and/or time constant value formatted according to the ODBC API:

constant_typevalueDescription
dyyyy-mm-ddDate only
thh:mm:ss[.fff]Time only
tsyyyy-mm-dd hh:mm:ss[.fff]Date and time (timestamp)

Note: fff indicates milliseconds.

For example, you can use the following constants:

{ d '2013-10-02' }
{ t '13:33:41' }
{ ts '1998-05-02 01:23:56.123' }

 
PROPERTIES 

Product: 4D
Theme: Syntax rules