mirror of
https://github.com/postgres/postgres.git
synced 2025-12-18 05:01:01 +03:00
Add scale(numeric)
Author: Marko Tiikkaja
This commit is contained in:
@@ -849,6 +849,19 @@
|
||||
<entry><literal>42.44</literal></entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<entry>
|
||||
<indexterm>
|
||||
<primary>scale</primary>
|
||||
</indexterm>
|
||||
<literal><function>scale(<type>numeric</type>)</function></literal>
|
||||
</entry>
|
||||
<entry><type>numeric</type></entry>
|
||||
<entry>scale of the argument (the number of decimal digits in the fractional part)</entry>
|
||||
<entry><literal>scale(8.41)</literal></entry>
|
||||
<entry><literal>2</literal></entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<entry>
|
||||
<indexterm>
|
||||
|
||||
Reference in New Issue
Block a user