Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f5863e commit 4c5cf54Copy full SHA for 4c5cf54
doc/src/sgml/func.sgml
@@ -1347,6 +1347,23 @@ repeat('Pg', 4) <returnvalue>PgPgPgPg</returnvalue>
1347
</para></entry>
1348
</row>
1349
1350
+ <row>
1351
+ <entry role="func_table_entry"><para role="func_signature">
1352
+ <indexterm>
1353
+ <primary>factorial</primary>
1354
+ </indexterm>
1355
+ <function>factorial</function> ( <type>bigint</type> )
1356
+ <returnvalue>numeric</returnvalue>
1357
+ </para>
1358
+ <para>
1359
+ Factorial
1360
1361
1362
+ <literal>factorial(5)</literal>
1363
+ <returnvalue>120</returnvalue>
1364
+ </para></entry>
1365
+ </row>
1366
+
1367
<row>
1368
<entry role="func_table_entry"><para role="func_signature">
1369
<indexterm>
0 commit comments