Math in UPDATE Statement

Sorry if this is really obvious(still kind of a noob at SQL, Postgres, and Supabase). Is there a way to run a math op in an UPDATE statement? Like UPDATE value = value - 10?
Was this page helpful?