Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
ddb1fff1
Commit
ddb1fff1
authored
Mar 25, 2002
by
paul@teton.kitebird.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
manual.texi NUMERIC(M,D) arguments are optional.
manual.texi DEC is also a synonym for DECIMAL.
parent
495e24a4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
6 deletions
+8
-6
Docs/manual.texi
Docs/manual.texi
+8
-6
No files found.
Docs/manual.texi
View file @
ddb1fff1
...
@@ -28495,7 +28495,7 @@ In MySQL Version 3.23, this is a true floating-point value. In
...
@@ -28495,7 +28495,7 @@ In MySQL Version 3.23, this is a true floating-point value. In
earlier MySQL versions, @code{FLOAT(precision)} always has 2 decimals.
earlier MySQL versions, @code{FLOAT(precision)} always has 2 decimals.
Note that using @code{FLOAT} may give you some unexpected problems as
Note that using @code{FLOAT} may give you some unexpected problems as
all calculation
in MySQL is
done with double precision.
all calculation
s in MySQL are
done with double precision.
@xref{No matching rows}.
@xref{No matching rows}.
@cindex ODBC compatibility
@cindex ODBC compatibility
...
@@ -28510,8 +28510,8 @@ A small (single-precision) floating-point number. Cannot be unsigned.
...
@@ -28510,8 +28510,8 @@ A small (single-precision) floating-point number. Cannot be unsigned.
Allowable values are @code{@w{-3.402823466E+38}} to
Allowable values are @code{@w{-3.402823466E+38}} to
@code{@w{-1.175494351E-38}}, @code{0}, and @code{@w{1.175494351E-38}} to
@code{@w{-1.175494351E-38}}, @code{0}, and @code{@w{1.175494351E-38}} to
@code{3.402823466E+38}. The @code{M} is the display width and @code{D} is the
@code{3.402823466E+38}. The @code{M} is the display width and @code{D} is the
number of decimals. @code{FLOAT} without a
n argument or with an argument of
number of decimals. @code{FLOAT} without a
rguments or @code{FLOAT(X)} where
<= 24 stands for a single-precision floating-point number.
@code{X}
<= 24 stands for a single-precision floating-point number.
@tindex DOUBLE
@tindex DOUBLE
@tindex FLOAT(precision)
@tindex FLOAT(precision)
...
@@ -28522,7 +28522,7 @@ unsigned. Allowable values are @code{@w{-1.7976931348623157E+308}} to
...
@@ -28522,7 +28522,7 @@ unsigned. Allowable values are @code{@w{-1.7976931348623157E+308}} to
@code{@w{-2.2250738585072014E-308}}, @code{0}, and
@code{@w{-2.2250738585072014E-308}}, @code{0}, and
@code{2.2250738585072014E-308} to @code{1.7976931348623157E+308}. The
@code{2.2250738585072014E-308} to @code{1.7976931348623157E+308}. The
@code{M} is the display width and @code{D} is the number of decimals.
@code{M} is the display width and @code{D} is the number of decimals.
@code{DOUBLE} without a
n argument
or @code{FLOAT(X)} where 25 <= @code{X}
@code{DOUBLE} without a
rguments
or @code{FLOAT(X)} where 25 <= @code{X}
<= 53 stands for a double-precision floating-point number.
<= 53 stands for a double-precision floating-point number.
@tindex DOUBLE PRECISION
@tindex DOUBLE PRECISION
...
@@ -28551,10 +28551,12 @@ default is 10.
...
@@ -28551,10 +28551,12 @@ default is 10.
Prior to MySQL Version 3.23, the @code{M} argument must include the space
Prior to MySQL Version 3.23, the @code{M} argument must include the space
needed for the sign and the decimal point.
needed for the sign and the decimal point.
@tindex DEC
@tindex NUMERIC
@tindex NUMERIC
@item NUMERIC(M,D) [ZEROFILL]
@item DEC[(M[,D])] [ZEROFILL]
@itemx NUMERIC[(M[,D])] [ZEROFILL]
Th
is is a
synonym for @code{DECIMAL}.
Th
ese are
synonym for @code{DECIMAL}.
@tindex DATE
@tindex DATE
@item DATE
@item DATE
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment