Is it possible to do a query like the following?
SELECT visits FROM analytics WHERE slug="0004c9a"
And the results would be
visits
6
5
And instead have it output only 1 row with the total of 11 (6+5)?
Is it possible to do a query like the following?
SELECT visits FROM analytics WHERE slug="0004c9a"
And the results would be
visits
6
5
And instead have it output only 1 row with the total of 11 (6+5)?