Answer the question
In order to leave comments, you need to log in
What does the value 400 in varchar(400) indicate?
If a column in a table has a varchar(400) data type, does this mean that this column can fit 400 characters, in the specified encoding, or does it mean that 400 bytes can fit?
Answer the question
In order to leave comments, you need to log in
Capacity 400 characters. Before version 4.1 in bytes.
Found on stackoverflow .
Documentation .
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question