solidDB Help : solidDB reference : SQL: Data types : Date data type
  
Date data type
The following table describes the date data type. See SQL: Data types for a description of the column headings.
 
Data type
Size
Precision
Scale
Length
Display Size
DATE
N/A
10*
N/A
6**
10*
* The number of characters in the yyyy-mm-dd format
** The size of the DATE_STRUCT structure
Go up to
SQL: Data types