mysql limitation varchar memory -


are differents in stored memory between varchar(30) , varchar(255) example in creating tables if fields adapts number of letters.

example:

i have created 2 tables 1 field name, in first table name varchar(255), in second varchar(30). store 3 values in both: -'one' -'two' -'three'

and question is, differents between these 2 tables in memory? have perplexity because in programming languages if declare type example int 4 bytes.


Comments

Popular posts from this blog

php - How to add and update images or image url in Volusion using Volusion API -

javascript - jQuery UI Splitter/Resizable for unlimited amount of columns -

javascript - IE9 error '$'is not defined -