if you are dealing with binary numbers, you can use the bit field for example:
bit(64)
- bit field with up to 64 significant bits (maximum allowed size).
to insert constant values, you can use the b'value notation as follows:
insert into bits values (b'0001001101001');
, 0 cast(). bin(), hex() oct() .
, varbinary blob . ( nil bytes tho).
, varchar char. 8 varbinary.
/ , , varbinary. # BitConverter. php /.