LONG VARCHAR
This page is part of MariaDB's SkySQL Documentation.
The parent of this page is: Data Types
Topics on this page:
EXAMPLES
CREATE TABLE long_varchar_example (
example LONG VARCHAR
);
SHOW CREATE TABLE long_varchar_example\G
*************************** 1. row ***************************
Table: long_varchar_example
Create Table: CREATE TABLE `long_varchar_example` (
`example` mediumtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1
CHANGE HISTORY
Release Series | History |
---|---|
10.6 Enterprise |
|
10.5 Enterprise |
|
10.4 Enterprise |
|
EXTERNAL REFERENCES
This page shows information specific to MariaDB SkySQL. Information for non-SkySQL use can be found on the LONG VARCHAR page in the MariaDB Enterprise Documentation.