Skip to content

Returns the absolute value of x.

func.abs( <x> )
func.abs((- 5))
┌─────────────────┐
│ func.abs((- 5)) │
├─────────────────┤
5
└─────────────────┘
ABS( <x> )
SELECT ABS(-5);
┌────────────┐
abs((- 5)) │
├────────────┤
5
└────────────┘