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