This constant combines the CURRENT DATE and CURRENT TIME values to form a UTC TIMESTAMP value, which contains the year, month,
day, hour, minute, second, and fraction of a second as observed in GMT. The precision of the fraction is set to 3 decimal
places. The accuracy of this constant is limited by the accuracy of the system clock.
See "CURRENT UTC TIMESTAMP special value" under "Special values in UltraLite" in the SQL Anywhere documentation set.
The default value of existing tables can be determined by querying the column_default column in the TableSchema.SYS_COLUMNS
system table.