I want to update a column (basically add 1 to the current value). The raw SQL would look like this
UPDATE tbl_name SET val = val + 1 WHERE id >= 24