- 论坛徽章:
- 0
|
informix 错误信息:-1261
-1261
__________________________________________________________
Too many digits in the first field of datetime or interval.
The first field of a DATETIME literal must contain either 1 or 2 digits (if it is not a YEAR) or else 2 or 4 digits (if it is a YEAR). The first field of an INTERVAL literal represents a count of units and can have up to 9 digits, depending on the precision that is specified in its qualifier. Review the DATETIME and INTERVAL literals in this statement, and correct them.
最好检查并贴出引起这个错误的相关代码 |
|