|
7/9 |
2005/3/10 [Computer/SW/Database] UID:36633 Activity:nil |
3/10 Reading up on MySQL, it says there are 4 String data types: TINYTEXT, TEXT, MEDIUMTEXT, LONGTEXT. The part I don't get is why are the character limits 255, 215, 223, 231 characters? I must not be reading the book correctly because that makes absolutely no sense. Why would TINYTEXT have more storage than the others? Why even have the others if TINYTEXT is bigger? \_ I just use char,varchar, and text |