如果數據表只有一個varchar欄位且該欄位DEFAULT NULL,那麼該varchar欄位的最大長度為65532個字節,即65535-2-1=65532 byte。 mysql> create table t1 ( ...
確定! 回上一頁