Advertisement
Guest User

Untitled

a guest
Oct 12th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 0.21 KB | None | 0 0
  1. "      SELECT         AVG(score) AS score,         AVG(misses) AS misses,         SEC_TO_TIME(AVG(TIMEDIFF(start_timestamp, end_timestamp))) AS averageTime,      FROM WillowGames      where id = rtrigoso          ;  "
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement