VARBINARY
{VARBINARY | BINARY VARYING} (length)
| Parameter | Description |
|---|---|
length |
Length in bytes between 1 and 32,765 |
VARBINARY is a variable-length binary type, and is an SQL standard-compliant alias for VARCHAR(length) CHARACTER SET OCTETS.
|
Note
|
Some tools may report the type as |