S
skc
I have a list of items in my table:
Name Score
John 3
Mike 5
John 3
Ben 4
etc..
I need to filter this list and pick out all the doubles -
so in the list above it will pull out John and his score.
How do I do this using SQL??
skc
Name Score
John 3
Mike 5
John 3
Ben 4
etc..
I need to filter this list and pick out all the doubles -
so in the list above it will pull out John and his score.
How do I do this using SQL??
skc