float4

FLOAT4

Overview

See FLOAT.

EXAMPLES

CREATE TABLE float4_example (
  example FLOAT4
);
SHOW CREATE TABLE float4_example\G
*************************** 1. row ***************************
       Table: float4_example
Create Table: CREATE TABLE `float4_example` (
  `example` float DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1

This page is: Copyright © 2025 MariaDB. All rights reserved.

Last updated

Was this helpful?