C
Clddleopard
I have a table of names (lots of names! Too many to write individual queries
for...). I want three random non-repeating numbers between 1 and 7 for each
of these names. Output example:
Name1 3
Name1 2
Name1 5
Name2 1
Name2 5
Name2 4
From reading on the boards I was able to come up with a way to generate
output such as this:
Name1 3
Name1 2
Name1 5
Name2 3
Name2 2
Name2 5
However, that will not work for what I want the random numbers for. I need a
different set of each random non-repeated number set for each name.
Thanks!
for...). I want three random non-repeating numbers between 1 and 7 for each
of these names. Output example:
Name1 3
Name1 2
Name1 5
Name2 1
Name2 5
Name2 4
From reading on the boards I was able to come up with a way to generate
output such as this:
Name1 3
Name1 2
Name1 5
Name2 3
Name2 2
Name2 5
However, that will not work for what I want the random numbers for. I need a
different set of each random non-repeated number set for each name.
Thanks!