Thursday, 24 March 2016

What is zerofill attribute.

When used in conjunction with the optional (nonstandard) attribute ZEROFILL,
the default padding of spaces is replaced with zeros. For example, for a column declared as INT(4) ZEROFILL,
a value of 5 is retrieved as 0005.

No comments:

Post a Comment