CHR
ABS
CEIL
Returns the absolute value.
ABS(n)
Enter values below to update the example in real time.
budget
actual_cost
cost_diff
projects
SELECT ABS(budget - actual_cost) AS cost_diff FROM projects;