How can I add all the fields that correspond to a column in a table?
Example:
| ID | Cantidad |
------------------
| 1 | 200 |
| 2 | 150 |
| 3 | 60 |
How can I add up all the "Quantity" fields? That is, (200 + 150 + 60).
You can start directly with the search. Ta I have the connection made.
Thank you very much!