I have seen a few questions like this, but nothing has answered what I'm looking for.
I have 5,000 rows of data from over 3 years. Every line has a memberID, so memberIDs repeat and are only unique to an individual (but they will repeat in the column if the individual is in the system multiple times over 3 years).
How can I pull 100 random memberIDs over the course of 3 years? (So theoretically there would be more than 100 lines because memberIDs can repeat)
EDIT: I should clarify, Member ID is character, not numeric. Ex: W4564
NOTE: This is NOT looking for n rows, rather 100 different IDs over the course of 3 years, so an ID might be associated with 3 rows in the result. The result will have a differing number of rows each time the SQL is run.