O mysql dispõe de varias funções de arredondamento: CEILING – Arredonda para cima mysql> SELECT CEILING(2.5) ; mysql>3 FLOOR – Arredonda para baixo mysql> SELECT FLOOR(2.5) ; mysq… more →
Taliba Martins - Mysql, Banco de dados e tecnologiaanutwalidera wrote 7 months ago: CEIL(value) --returns the smallest integer equal or greater than value SELECT CEIL(3.4) FROM DUAL; - … more →
sodapopandritalin wrote 8 months ago: The March Preorders finally arrived.. Oddly the pullip release is my least favorite of the releases. … more →
kagamynn wrote 1 year ago: So after having Tsukihime installed on my computer for about the past 7-8 months or so, I’ve f … more →
alibad wrote 1 year ago: It’s really weird that the C math library (math.h) doesn’t support the round function. I … more →
talibamartins wrote 2 years ago: O mysql dispõe de varias funções de arredondamento: CEILING – Arredonda para cima mysql> SE … more →