REAL
This page is part of MariaDB's MariaDB Documentation.
The parent of this page is: Data Types for MariaDB Xpand
Topics on this page:
Overview
See DOUBLE.
EXAMPLES
CREATE TABLE real_example (
example REAL
);
SHOW CREATE TABLE real_example\G
*************************** 1. row ***************************
Table: real_example
Create Table: CREATE TABLE `real_example` (
`example` double
) CHARACTER SET utf8 /*$ SLICES=3 */