Postgres Numeric Functions
Introduction In this tutorial, we’ll explore the use some popular Postgres numeric functions. We will learn the following functions that are number oriented and non-aggregate in nature: ABS function FLOOR function ROUND function We’ll also explore the RANDOM function, CEILING function and TRUNC function. What is the Postgres ABS function? The Postgres ABS() function returns … Continued