I just have a bunch of counters in 1 row, and I want to selectively update them. And I want to keep prepared queries. But I don't want to keep 30 prepared queries (1 for each counter column, but keep only 1). So in most cases, I will increment 1 column by positive integer and the others by 0.
Makes sense ?