CLOB
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, 6.1:
See LONGTEXT.
In 6.1:
See LONGTEXT.
In 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
See also: Data Types for MariaDB Xpand 6.1
EXAMPLES
CREATE TABLE clob_example (
example CLOB
);
SHOW CREATE TABLE clob_example\G
*************************** 1. row ***************************
Table: clob_example
Create Table: CREATE TABLE `clob_example` (
`example` longtext CHARACTER SET utf8
) CHARACTER SET utf8 /*$ SLICES=3 */
CHANGE HISTORY
Release Series | History |
---|---|
23.09 |
|
6.1 |
|
6.0 |
|
5.3 |
|
Release Series | History |
---|---|
6.1 |
|