A newbie question here.
I tried VARCHAR and TINYTEXT, which ignore spaces.
Does anybody know?
Thanks.
What is a field type that doesn't ignore white spaces?
Moderator: General Moderators
- John Cartwright
- Site Admin
- Posts: 11470
- Joined: Tue Dec 23, 2003 2:10 am
- Location: Toronto
- Contact:
Re: What is a field type that doesn't ignore white spaces?
Ignores spaces, in what reguard?
Char will remove trailing whitespace, whereas Varchar will not (if that's what you meant).
Char will remove trailing whitespace, whereas Varchar will not (if that's what you meant).