Selecting a Random Sample of 15 from a Large data set
I need to pull a random sample of data from very large list of names
Here are the column headers
LAST_NAME GROUP SEQ ENTERED_DATE
I need to randomly pull 15 "GROUP_SEQ" for each last name in the list
Can anyone figure out a way to do this?
Thanks in advance.
Rick
|