Files
oceanbase/docs/docs-cn/13.reference-guide/2.system-variable/27.div_precision_increment.md
2022-02-10 14:51:49 +08:00

18 lines
1.1 KiB
Markdown

div_precision_increment
============================================
div_precision_increment 用于设置除法结果精度在被除数精度基础上的增量,是 MySQL 兼容功能。
| **属性** | **描述** |
|----------|------------------------------------------------------------------------------------------------------------|
| 参数类型 | int |
| 默认值 | 4 |
| 取值范围 | \[0, 30\] |
| 生效范围 | * GLOBAL * SESSION |
| 是否参与序列化 | 是 |
| 是否影响计划生成 | 是 |