SQL output message
0 row(s) affected, 1 warning(s): 1681 Integer display width is deprecated and will be removed in a future release. Records: 0 Duplicates: 0 Warnings: 1
What does this message mean?
1 answers ( 0 marked as helpful)
Hi Neelanjan!
Thanks for reaching out.
You can check the first two paragraphs from this link from the official MySQL website.
https://dev.mysql.com/doc/refman/8.0/en/numeric-type-attributes.html
In a nutshell, you are just being warned that in future releases, there will be no integer display width.
This doesn't intend to hinder the functionality of the query you've executed here; it's not an error message. It's just a warning for you to take into account for your future work.
Hope this helps.
Best,
Martin
Best,
Martin