mirror of
https://github.com/MariaDB/server.git
synced 2026-04-22 08:15:31 +02:00
updated manual
This commit is contained in:
parent
927b452823
commit
d446f05cfb
1 changed files with 1 additions and 1 deletions
|
|
@ -44880,7 +44880,7 @@ Floating point numbers cause confusion sometimes, because these numbers
|
|||
are not stored as exact values inside computer architecture. What one
|
||||
can see on the screen usually is not the exact value of the number.
|
||||
|
||||
Field types @code{FLOAT} and @code{DECIMAL} are such.
|
||||
Field types @code{FLOAT}, @code{DOUBLE} and @code{DECIMAL} are such.
|
||||
|
||||
@example
|
||||
CREATE TABLE t1 (i int, d1 decimal(9,2), d2 decimal(9,2));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue