Forum Moderators: coopster
SELECT table1.*, table2.*, table3.* FROM table1 , table2, table3
I believe this query will return all possible permutations
...I just thought if there was a built in method to this, I may be able to apply it to the whole set.
I suppose I could insert the digits into a table and then pull out 3 randomly and sort them randomly like 100 times.