INT2
This page is part of MariaDB's Documentation.
The parent of this page is: Data Types for MariaDB Enterprise Server
Topics on this page:
Overview
See SMALLINT.
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