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

silverlight - Applying a style to ItemContainerStyle in C# -

c# - NullReferenceException in MySqlClient.NativeDriver -

php - How can I merge Nodes & Webform Submissions into instances of one general Content Type in Drupal 6? -