79601444

Date: 2025-05-01 05:57:43
Score: 1.5
Natty:
Report link

Thank you O.Jones, this is much faster than I thought :)

I just added the count (*) so the request is

SELECT userID, COUNT(*), 
       MAX(pagenumber) max_pagenumber,
       MAX(date)latest_date
  FROM whateveryourtablehame
 GROUP BY userID
Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: getgsg