Closed Bug 753808 Opened 13 years ago Closed 13 years ago

Pull views data from Flicks database

Categories

(Websites :: Firefox Flicks, defect)

x86
macOS
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: chelsea, Assigned: osmose)

Details

Hey there Can you pull the following data from the database (as of today please) total number of views of videos total number of likes on videos Let me know if you have more questions on this and thanks!
Assignee: nobody → mkelly
mysql> SELECT SUM(views) as views, SUM(votes) as votes FROM videos_video; +-------+-------+ | views | votes | +-------+-------+ | 60035 | 24556 | +-------+-------+ 1 row in set (0.00 sec)
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.