MySQL Forums
Forum List  »  General

Re: Data Truncation when converting to smaller datatype
Posted by: Peter Brawley
Date: October 16, 2018 12:33PM

tinytext holds 255 bytes, ie floor(255/4) utf8mb4 chars.

(Many websites mistakenly say tinytext is 255 chars, that's so only with 1-byte charsets.)

Options: ReplyQuote


Subject
Written By
Posted
Re: Data Truncation when converting to smaller datatype
October 16, 2018 12:33PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.