Subject | Re: [firebird-support] FireBird 2.5 How can i create 1 byte (0-255) column? |
---|---|
Author | Mark Rotteveel |
Post date | 2013-04-01T15:09:54Z |
On 31-3-2013 17:23, wan30032 wrote:
you want to store one byte use: CHAR(1) CHARACTER SET OCTETS
Mark
--
Mark Rotteveel
> hello,now i used type is smallint.For binary data you can use (VAR)CHAR with character set OCTETS. So if
>
> but there are more than 4,000,000,000 records.
>
> so i want to change with like ms sql tinyint.
you want to store one byte use: CHAR(1) CHARACTER SET OCTETS
Mark
--
Mark Rotteveel