MySQL 中, text 屬性的欄位, 用來存放文字的資料格式, 共區分為以下4種, tinytext, text, mediumtext, longtext, 分別的長度大小為2^8, 2^16, 2^24, ...
確定! 回上一頁