...
1. The attempt was made to use one of the functions DATE, TIME, TIMESTAMP, USER, TRUE, FALSE, or STAMP for a default specification of a column having a data type not compatible with such a specification.
2. A set function with DISTINCT was called for a value whose maximum length exceeds 1024 bytes.
3. The attempt was made to call a function for a value which does not allow this function to be applied.
4. The attempt was made to form a date_or_timestamp_expression with a value having a data type that is invalid for this purpose.
...
1. If a default is specified, another default must be chosen, or the default specification must be omitted.
2. Use function SUBSTR to reduce the value.
3. Use a QUERY statement issued on the system table DOMAIN.COLUMNS to find out the data types of the specified columns. A check can be made as to whether the desired effect can be achieved by a function converting numbers into character strings or vice versa.