ManticMoo.COM -> Jeff's Articles -> Programming Articles -> MySQL chars can be negative!

MySQL chars can be negative!

by Jeffrey P. Bigham

This is a short tidbit. In MySQL, the char datatype isn't a special type used only for textual characters, but is rather defined in the C-style, meaning it's basically a byte.

ManticMoo.COM -> Jeff's Articles -> Programming Articles -> MySQL chars can be negative!