div_precision_increment

2023-08-18 09:26:34  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.

Property Description
Parameter type Int
Default value 4
Value range [0, 30]
Effective scope * GLOBAL * SESSION
Involved in serialization Yes
Plan generation affected Yes

Contact Us