Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
docs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
core
docs
Merge requests
!423
sql_types.md: fix DOUBLE and DECIMAL ranges
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
sql_types.md: fix DOUBLE and DECIMAL ranges
at/sql_type_ranges
into
main
Overview
0
Commits
1
Pipelines
2
Changes
1
Merged
Alexander Tolstoy
requested to merge
at/sql_type_ranges
into
main
11 months ago
Overview
0
Commits
1
Pipelines
2
Changes
1
Expand
Changes should be cherry-picked to
24.2
: yes
Staging:
https://docs.binary.picodata.io/picodata/at/sql_type_ranges/
0
0
Merge request reports
Viewing commit
55a98957
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
55a98957
sql_types.md: fix DOUBLE and DECIMAL ranges
· 55a98957
Alexander Tolstoy
authored
11 months ago
docs/reference/sql_types.md
+
1
−
1
Options
@@ -20,7 +20,7 @@
## DOUBLE {: #double }
Числа с плавающей запятой стандарта IEEE 754, принимающие значения в диапазоне от
`-
99999999999999999999999999999999999999`
до
`99999999999999999999999999999999999999
`
.
`-
1.79769E308`
до
`1.79769E308
`
.
Помимо стандартной записи дробного числа (например,
`0.5`
) поддерживается и
экспоненциальная форма (например,
`5E-1`
).
Loading