MySQL: Does every value in a VARCHAR column occupy the same space regardless of the string length of the actual value inserted into the table?

前端 未结 0 1499
星月不相逢
星月不相逢 2021-02-10 18:49

For example, suppose I have the following schema:

CREATE TABLE Story(
   id INT(6) UNSIGNED AUTO_INCREMENT PRIMARY KEY,
   title VARCHAR(50) NOT NULL,
   body VAR         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题