Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
I need to update a table every 30 seconds. But every time I update it it adds the values of the table, and I need it to update the values and not add up with the old ones. I tried to follow some examples on the internet but none worked.
Ex:
User | Count |
---|---|
10 | |
5 | |
4 | |
4 | |
3 |
User | Count |
---|---|
14 | |
9 | |
5 | |
5 | |
4 |