Difference between VARCHAR and TEXT in MySQL [duplicate]

When we create a table in MySQL with a VARCHAR column, we have to set the length for it. But for TEXT type we don’t have to provide the length.

What are the differences between VARCHAR and TEXT?

2 Answers
2

Leave a Comment