• Try to run this:

    SELECT ID, Status, COUNT(*)

    FROM Table

    GROUP BY ID, Status

    HAVING COUNT(*) > 1

    _____________
    Code for TallyGenerator