RE: Lengtht of TEXT data types

2007-09-02 Thread Gary W. Smith
> Hello list > > I have doubt on TEXT data types... Checking my notes I see these ones: > > TINYTEXT/TINYBLOB (2^8) 255 chars > TEXT/BLOB (2^16) 64K chars > MEDIUMTEXT/MEDIUMBLOB (2^24) 16M chars > LONGTEXT/LONGBLOB (2^32) chars > > Well, my doubt consist on this... are these FIXED lengths for t

Lengtht of TEXT data types

2007-09-02 Thread Renito 73
Hello list I have doubt on TEXT data types... Checking my notes I see these ones: TINYTEXT/TINYBLOB (2^8) 255 chars TEXT/BLOB (2^16) 64K chars MEDIUMTEXT/MEDIUMBLOB (2^24) 16M chars LONGTEXT/LONGBLOB (2^32) chars Well, my doubt consist on this... are these FIXED lengths for the text fields or t