HomeSQL FunctionsNumeric FunctionsABS本页总览ABSReturns the absolute value of x. Syntax ABS( <x> ) Examples SELECT ABS(-5);┌────────────┐│ abs((- 5)) │├────────────┤│ 5 │└────────────┘