NATIONAL CHARACTER 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 national_character_varying_example (
example NATIONAL CHARACTER VARYING(32)
);
SHOW CREATE TABLE national_character_varying_example\G
*************************** 1. row ***************************
Table: national_character_varying_example
Create Table: CREATE TABLE `national_character_varying_example` (
`example` varchar(32) CHARACTER SET utf8 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 NATIONAL CHARACTER VARYING page in the MariaDB Enterprise Documentation.