Python people refer to Perl as 'the dark side' - geddit?
Tuesday, June 23, 2009
MySQL VARCHAR limits
A delegate recently queried the size limit on a VARCHAR field in MySQL. Our course documentation states a maximum of 255 characters: that is correct. For larger fields use TEXT.
No comments:
Post a Comment