Definition Attributes
Data Definition Language (DDL) Reference Manual — 426798-002
6- 49
TYPE Clause
SQL VARCHAR length
represents an SQL VARCHAR variable-length character string;
length
is the
maximum number of characters allowed in the string.
length
must be an
unsigned integer greater than zero.
SQL DATETIME
represents an SQL DATETIME data type. An SQL DATETIME data type
specifies a point in time according to the Gregorian calendar. SQL DATETIME
can contain only date, time, or date and time values.
start-date-time
and
end-date-time
must each be one of the following:
YEAR
MONTH
DAY
HOUR
MINUTE
SECOND
FRACTION [ end-field-precision ]
These SQL DATETIME qualifiers have an implicit order: YEAR, MONTH, DAY,
HOUR, MINUTE, SECOND, and FRACTION. The
start-date-time
item
must appear earlier in this list than the
end-date-time
item. For example,
SQL DATETIME MONTH TO MINUTE is a valid SQL DATETIME specification,
but SQL DATETIME SECOND TO HOUR is not valid.
FRACTION specifies the maximum number of digits for a fraction of a second.
The valid range for
end-field-precision
is 1 through 6. The default value
is 6.
DATE
is a special representation of the SQL DATETIME data type, equivalent to SQL
DATETIME YEAR TO DAY.
SQL TIME
is a special representation of the SQL DATETIME data type, equivalent to SQL
DATETIME HOUR TO SECOND.
SQL TIMESTAMP
is a special representation of the SQL DATETIME data type, equivalent to SQL
DATETIME YEAR TO FRACTION 6.
SQL INTERVAL
represents an SQL INTERVAL data type. SQL INTERVAL designates a
duration of time in either year-month or day-time intervals.
Содержание DDL D40
Страница 36: ...Introduction to DDL Data Definition Language DDL Reference Manual 426798 002 1 14 Examining a Dictionary ...
Страница 66: ...Named Constants Data Definition Language DDL Reference Manual 426798 002 4 10 Standard SPI Constants ...
Страница 230: ...Dictionary Manipulation Statements Data Definition Language DDL Reference Manual 426798 002 8 14 SHOW USE OF Statement ...
Страница 370: ...Dictionary Maintenance Data Definition Language DDL Reference Manual 426798 002 10 24 Converting a Dictionary ...
Страница 456: ...Sample Schemas Data Definition Language DDL Reference Manual 426798 002 B 12 ASSNDDL Statements ...
Страница 470: ...DDL Data Translation Data Definition Language DDL Reference Manual 426798 002 C 14 ...
Страница 528: ...Dictionary Reports Data Definition Language DDL Reference Manual 426798 002 E 8 Requesting Reports ...
Страница 552: ...DDL Alignment Rules Data Definition Language DDL Reference Manual 426798 002 H 4 FIELDALIGN_SHARED8 Alignment Rules ...
Страница 576: ...Index Data Definition Language DDL Reference Manual 426798 002 Index 22 Special Characters ...