Les types de données
Les types de données de MariaDB
-
Les types de données numérique
-
BIGINT
Syntax BIGINT[(M)] [UNSIGNED] [ZEROFILL] Description Un nombre entier étend... -
BOOLEAN
Syntax BOOL, BOOLEAN Description C'est un synonyme de TINYINT(1). La valeur... -
INT
Syntax INT[(M)] [UNSIGNED] [ZEROFILL] Description Un entier de taille norma... -
MEDIUMINT
Syntax MEDIUMINT[(M)] [UNSIGNED] [ZEROFILL] Description Un entier (integer)... -
TINYINT
Syntax TINYINT[(M)] [UNSIGNED] [ZEROFILL] Description Un entier (integer) c...
Content reproduced on this site is the property of its respective owners,
and this content is not reviewed in advance by MariaDB. The views, information and opinions
expressed by this content do not necessarily represent those of MariaDB or any other party.