问题描述
我只想知道在 MySQL 中为 INT DataType 定义 ZEROFILL 的好处/用途是什么?
I just want to know what is the benefit/usage of defining ZEROFILL for INT DataType in MySQL?
`id` INT UNSIGNED ZEROFILL NOT NULL
推荐答案
当您选择类型为 ZEROFILL 的列时,它会用零填充字段的显示值,直至在列定义.长于显示宽度的值不会被截断.请注意,ZEROFILL 的使用也意味着 UNSIGNED.
When you select a column with type ZEROFILL it pads the displayed value of the field with zeros up to the display width specified in the column definition. Values longer than the display width are not truncated. Note that usage of ZEROFILL also implies UNSIGNED.
使用 ZEROFILL 和显示宽度对数据的存储方式没有影响.它只影响它的显示方式.
Using ZEROFILL and a display width has no effect on how the data is stored. It affects only how it is displayed.
以下是一些示例 SQL,演示了 ZEROFILL 的使用:
Here is some example SQL that demonstrates the use of ZEROFILL:
CREATE TABLE yourtable (x INT(8) ZEROFILL NOT NULL, y INT(8) NOT NULL);
INSERT INTO yourtable (x,y) VALUES
(1, 1),
(12, 12),
(123, 123),
(123456789, 123456789);
SELECT x, y FROM yourtable;
结果:
x y
00000001 1
00000012 12
00000123 123
123456789 123456789
这篇关于在 MySQL 中使用 zerofill 有什么好处?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!


大气响应式网络建站服务公司织梦模板
高端大气html5设计公司网站源码
织梦dede网页模板下载素材销售下载站平台(带会员中心带筛选)
财税代理公司注册代理记账网站织梦模板(带手机端)
成人高考自考在职研究生教育机构网站源码(带手机端)
高端HTML5响应式企业集团通用类网站织梦模板(自适应手机端)