| 4D v13.4odbc_constant | ||||||||||||||||||||||||||
| 
 | 
    4D v13.4
 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_type | value | Description | 
| d | yyyy-mm-dd | Date only | 
| t | hh:mm:ss[.fff] | Time only | 
| ts | yyyy-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' } 
	Product:  4D
	Theme:  Syntax rules