Page 1 of 1

What is a field type that doesn't ignore white spaces?

Posted: Sun Oct 03, 2010 9:48 pm
by kolmes911
A newbie question here.
I tried VARCHAR and TINYTEXT, which ignore spaces.
Does anybody know?
Thanks.

Re: What is a field type that doesn't ignore white spaces?

Posted: Sun Oct 03, 2010 9:50 pm
by John Cartwright
Ignores spaces, in what reguard?

Char will remove trailing whitespace, whereas Varchar will not (if that's what you meant).