Round(DP Or numeric ) returns integer
PG Doc comments form <[email protected]>
| Newsgroups | gmane.comp.db.postgresql.devel.documentation |
|---|---|
| Message-ID | <[email protected]> |
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/11/functions-math.html Description: 1) The function round( dp or numeric ) always has return type integer not same as our parameter is. 2) The function round( dp or numeric, s int ) returns the same type as our parameter is not an integer type.