Hello.
I can see the following thread running quite regularly and takes a few seconds to complete. Can you tell me what it's doing?
SELECT COUNT(*) AS threads, SUM(IF(thread.lastpost > 1226528337 AND open <> 10, 1, 0)) AS newthread
Cheers
Tim
I can see the following thread running quite regularly and takes a few seconds to complete. Can you tell me what it's doing?
SELECT COUNT(*) AS threads, SUM(IF(thread.lastpost > 1226528337 AND open <> 10, 1, 0)) AS newthread
Cheers
Tim
Comment