CHAR VARYING
This page is part of MariaDB's SkySQL Documentation.
The parent of this page is: Data Types
Topics on this page:
EXAMPLES
CREATE TABLE char_varying_example (
example CHAR VARYING(32)
);
SHOW CREATE TABLE char_varying_example\G
*************************** 1. row ***************************
Table: char_varying_example
Create Table: CREATE TABLE `char_varying_example` (
`example` varchar(32) 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 CHAR VARYING page in the MariaDB Enterprise Documentation.