Guest_imported
New member
- Jan 1, 1970
- 0
Hi all
Is there any data type which takes only that space which is the actual data.
For example if i reserve a field like varchar(50) for storing a address and some address only uses 25 character than all empty space will be wasted.
Is there any solution of this problem.?or is there any variable length field.?
I am using MySQL .
Is there any data type which takes only that space which is the actual data.
For example if i reserve a field like varchar(50) for storing a address and some address only uses 25 character than all empty space will be wasted.
Is there any solution of this problem.?or is there any variable length field.?
I am using MySQL .