What is the usage of ZEROFILL for INT datatype?
Answers
Answered by
0
......
The ZEROFILL attribute is ignored when a column is involved in expressions or UNION queries. If you store values larger than the display width in an integer column that has the ZEROFILL attribute, you may experience problems when MySQL generates temporary tables for some complicated joins......
Similar questions