Windows Navicate for MySQL 0 fill does not display

Source: Internet
Author: User

In the MySQL database we often need a field to use the zero padding Zerofill, before encountering a big pit, in the data table SQL statement clearly defined unsigned zerofill; but it has not been shown that the SQL statement you wrote is not correct.

In fact, the reason:

Linux vs. Navicate: (later not sure you can go to Linux or print in PHP)

CREATE TABLE ' Test ' (
' id ' int (ten) unsigned not NULL auto_increment,
' Num ' int (3) unsigned zerofill not NULL,
' Flo ' float (3,1) DEFAULT NULL,
KEY ' id ' (' id ') USING BTREE
) Engine=innodb auto_increment=3 DEFAULT Charset=utf8 row_format=compact;


Windows Navicate for MySQL 0 fill does not display

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.