fonction postgresql ronde
SELECT
ROUND( 10.4 );
--10
SELECT
ROUND( 10.5 );
--11
Obedient Osprey
SELECT
ROUND( 10.4 );
--10
SELECT
ROUND( 10.5 );
--11