This is a read-only copy of the MariaDB Knowledgebase generated on 2024-11-15. For the latest, interactive version please visit https://mariadb.com/kb/.

Regading Varchar(10) behaviour in two different platform

i have two setup(X,Y) where i have a one column abc varchar(20); i n table Z i am inserting value 255:255:255 in abc column; but setup x select abc from Z; abc 255:255:25

and another setup Y shows select abc from Z;

abc

+---------+

why Varchar is showing different behavior??

Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.