MySQL - Difference between Char and Varchar? -


possible duplicate:
what's difference between varchar , char?

what difference between char , varchar.

a char field fixed length, , varchar variable length field.

this means storage requirements different - char takes same amount of space regardless of store, whereas storage requirements varchar vary depending on specific string stored.


Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -