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