div_precision_increment

2023-12-25 08:49:41  Updated

div_precision_increment specifies the number of digits by which to increase the scale of the result of a division operation based on the scale of the dividend. This feature is compatible with MySQL.

Attribute Description
Type INT
Default value 4
Value range [0, 30]
Applicable scope
  • Global
  • Session
  • Involved in serialization Yes
    Plan generation affected Yes

    Contact Us