提交 652c0c30 authored 作者: Thomas Mueller's avatar Thomas Mueller

Documentation.

上级 a2606a57
...@@ -1828,9 +1828,9 @@ The maximum length of the number depends on the data type used. ...@@ -1828,9 +1828,9 @@ The maximum length of the number depends on the data type used.
" "
"Other Grammar","Numeric"," "Other Grammar","Numeric","
int | long | decimal | hexNumber decimal | int | long | hexNumber
"," ","
The data type of a number is always the lowest possible for the given value. The data type of a numeric value is always the lowest possible for the given value.
If the number contains a dot this is decimal; otherwise it is int, long, or decimal (depending on the value). If the number contains a dot this is decimal; otherwise it is int, long, or decimal (depending on the value).
"," ","
SELECT -1600.05 SELECT -1600.05
......
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -616,9 +616,9 @@ digit [...] ...@@ -616,9 +616,9 @@ digit [...]
"," ","
The maximum length of the number depends on the data type used." The maximum length of the number depends on the data type used."
"Other Grammar","Numeric"," "Other Grammar","Numeric","
int | long | decimal | hexNumber decimal | int | long | hexNumber
"," ","
The data type of a number is always the lowest possible for the given value." The data type of a numeric value is always the lowest possible for the given value."
"Other Grammar","Operand"," "Other Grammar","Operand","
summand [ { || summand } [...] ] summand [ { || summand } [...] ]
"," ","
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论