Hiprup
MySQL

What is the difference between CHAR and VARCHAR?

CHAR(n) is fixed-length — always stores exactly n characters, padded with spaces.

Loading question...
What is the difference between CHAR and VARCHAR? | Hiprup