Initial requirement is from Rocket, to be able to pull the number of clicks per shortened URL.
Scenario: We run a competition where each participant has a unique URL. As we update the competition, we want to show each participant how many times someone has requested their URL.
Initial requirement is from Rocket, to be able to pull the number of clicks per shortened URL.
Scenario: We run a competition where each participant has a unique URL. As we update the competition, we want to show each participant how many times someone has requested their URL.
Reference:
SELECT COUNT()
in SQLAlchemy