ROUND
Description
Returns a numeric value, rounded to the specified length or precision. (ROUND in Transact-SQL).
Sample Source Pattern
Syntax
ROUND ( numeric_expression , length [ ,function ] ) ROUND( <input_expr> [, <scale_expr> ] )Examples
Code:
Result:
Code:
Result:
Related Documentation
Known Issues
No issues were found.
Related EWIs
No related EWIs.
Last updated
