Returns the factorial logarithm of x. If x is less than or equal to 0, the function returns 0.
x
FACTORIAL( <x> )
SELECT FACTORIAL(5); ┌──────────────┐ │ factorial(5) │ ├──────────────┤ │ 120 │ └──────────────┘