Introduction
The ADD expression lets you increase or decrease a number in your database easily without replacing the whole item.
When you want to count how many times something happens, like page views.
When you need to add points to a user's score in a game.
When you want to update inventory counts after a sale.
When you want to track how many times a button is clicked.
When you want to increase a numeric value without reading it first.