Subject | BYTE and UNSIGNED data types? |
---|---|
Author | David Garamond |
Post date | 2003-11-27T02:39:34Z |
Is there any plan to support BYTE and UNSIGNED data types in the future?
I don't particularly miss these types though (for example, I can always
use CHAR(1) BINARY for storing 0..255 or boolean) but sometimes it's
nice to be able to store numbers up to 64k without using INT, or up to
4G without going to BIGINT.
--
dave
I don't particularly miss these types though (for example, I can always
use CHAR(1) BINARY for storing 0..255 or boolean) but sometimes it's
nice to be able to store numbers up to 64k without using INT, or up to
4G without going to BIGINT.
--
dave