SELECT DISTINCT `memberID`
FROM `discusComments`
WHERE `topicID` = 4
ORDER BY `id`
DESC limit 1,x
dove x è un numero sufficientemente grande da contenere tutti i tuoi record.
oppure usa, invece di x, 18446744073709551615, che è il valore massimo di bigint unsigned.