GBase 8a
其他
问答

在DBeaver中看到int类型的长度为10,但是information_schema.columns中的column_type为int(11),究竟哪个是正确的?

发表于2024-11-12 14:51:37201次浏览1个评论

为提高效率,提问时请提供以下信息,问题描述清晰可优先响应。

【GBase版本】:8.6.2

【操作系统】:centos

【CPU】:

【问题描述】*:在DBeaver中看到int类型的长度为10,但是information_schema.columns中为int(11),究竟哪个是正确的?当进行统计时,应该是10位还是11位

DBeaver 列属性界面:

information_schema.columns中查询到

评论

登录后才可以发表评论
用户头像
GBase社区管理员发表于 1年前

请以show create table table_name显示出的结果为准

最佳回答