SQL Query to See How Many Requests Per Day
6 Replies
I ran a SQL Query to see how popular the Video Merge Tool is: select day(ts), count(1) from merge group by day(`ts`) And here is the results for the last few days: day(ts) count(1) 17 45 18 244 19 165 20 143 21 195 22 107 AMP Version This post has 254 words.