164 Star 224 Fork 1.2K

openGauss / docs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
GAUSS-03031----GAUSS-03040.md 1.66 KB
一键复制 编辑 原始数据 按行查看 历史
liyang 提交于 2020-12-18 11:47 . error code

GAUSS-03031 -- GAUSS-03040

GAUSS-03031: "the time is not correct!"

SQLSTATE: 0A000

错误原因:时间字符串长度越界。

解决办法:请检查输入数据的范围是否满足要求。

GAUSS-03032: "the hour is invalid!"

SQLSTATE: 0A000

错误原因:小时值非法。

解决办法:请检查小时的位数是否为2。

GAUSS-03033: "the minute is invalid!"

SQLSTATE: 0A000

错误原因:分钟值非法。

解决办法:请检查分钟的位数是否为2。

GAUSS-03034: "the year = %d is illegal"

SQLSTATE: 0A000

错误原因:年份值非法。

解决办法:请检查年份值是否在0-9999之间。

GAUSS-03035: "the day = %d for february in leap year is illegal"

SQLSTATE: 0A000

错误原因:闰年的二月份日期非法。

解决办法:检查日期值。

GAUSS-03036: "the day = %d for big month is illegal"

SQLSTATE: 0A000

错误原因:大月份的日期非法。

解决办法:检查日期值。

GAUSS-03037: "the day = %d for small month is illegal"

SQLSTATE: 0A000

错误原因:小月份的日期非法。

解决办法:检查日期值。

GAUSS-03038: "the day = %d for February in commen year is illegal"

SQLSTATE: 0A000

错误原因:平年的二月份日期非法。

解决办法:检查日期值。

GAUSS-03039: "the month = %d is illegal"

SQLSTATE: 0A000

错误原因:月份值非法。

解决办法:请检查月份值是否在1-12之间。

GAUSS-03040: "the hour = %d is illegal"

SQLSTATE: 0A000

错误原因:小时值非法。

解决办法:请检查小时值是否在0-24之间。

1
https://gitee.com/opengauss/docs.git
git@gitee.com:opengauss/docs.git
opengauss
docs
docs
1.1.0

搜索帮助