How can I store the fixed length string as well as variable length string in the same MySQL table?
Answers
Answered by
1
A fixed-length string that is always right- padded with spaces to the specified ... VARCHAR is shorthand for CHARACTER VARYING .
Similar questions