How do you increment a number value in mysql for an int row?
UPDATE `myTable` SET `numberColumn` = `numberColumn` + 1;