Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Add support for SAFE_ADD, SAFE_SUBTRACT, SAFE_MULTIPLY, SAFE_DIVIDE and SAFE_NEGATE in BigQuery.
Function description:
- SAFE_ADD: Equivalent to the addition operator '+', but returns NULL if overflow occurs.
- SAFE_SUBTRACT: Equivalent to the subtraction operator '-', but returns NULL if overflow occurs.
- SAFE_MULTIPLY: Equivalent to the multiplication operator '*', but returns NULL if overflow occurs.
- SAFE_DIVIDE: Equivalent to the division operator '/ ', but returns NULL if an error occurs, such as a division by zero error.
- SAFE_NEGATE: Equivalent to the unary minus operator '-', but returns NULL if overflow occurs.
See more details in BigQuery Doc
Attachments
There are no Sub-Tasks for this issue.