BINARY data type

BINARY(n) Exactly n (<= 255) As CHAR but contains binary data
VARBINARY(n) Up to n (<= 65535) As VARCHAR but contains binary data

The BINARY data types store strings of bytes that do not have an associated character set.

Leave a Reply

Your email address will not be published. Required fields are marked *