DFLOOR

Alias for FLOOR. See FLOOR.

Analyze Syntax

func.dfloor(3.7)

Analyze Examples

func.dfloor(3.7)

┌───┐
 3 
└───┘

SQL Syntax

DFLOOR(<x>)

SQL Examples

SELECT DFLOOR(3.7);

┌───┐
 3 
└───┘