float8
FLOAT8
Overview
See DOUBLE.
EXAMPLES
CREATE TABLE float8_example (
example FLOAT8
);
SHOW CREATE TABLE float8_example\G
*************************** 1. row ***************************
Table: float8_example
Create Table: CREATE TABLE `float8_example` (
`example` double DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1
This page is: Copyright © 2025 MariaDB. All rights reserved.
Last updated
Was this helpful?