LONG VARBINARY
This page is part of MariaDB's Documentation.
The parent of this page is: Data Types for MariaDB Xpand
Topics on this page:
Overview
In 23.09:
See MEDIUMBLOB.
In 6.1, 6.0, 5.3:
Not present
See also: Data Types for MariaDB Xpand 23.09, in 6.1, in 6.0, and in 5.3
USAGE
DETAILS
SYNONYMS
SCHEMA
PARAMETERS
SKYSQL
PRIVILEGES
EXAMPLES
While Xpand accepts the LONG VARBINARY
data type on table create, it is silently replaced with MEDIUMBLOB
:
CREATE TABLE long_varbinary_example (
example LONG VARBINARY
);
SHOW CREATE TABLE long_varbinary_example\G
*************************** 1. row ***************************
Table: long_varbinary_example
Create Table: CREATE TABLE `long_varbinary_example` (
`example` mediumblob DEFAULT NULL
) CHARACTER SET utf8 /*$ SLICES=3 */
ERROR HANDLING
FEATURE INTERACTION
RESPONSES
DIAGNOSIS
ISO 9075:2016
CHANGE HISTORY
Release Series | History |
---|---|
23.09 |
|
6.1 |
|
6.0 |
|
5.3 |
|