The CHAR data type is fixed width data type i.e. if you specify a column as CHAR(50) then MySQL will store 50 bytes for this column values irrespective of how ...
確定! 回上一頁