My database contains 1150 Lotto results from weekly draws over a 23-year period.
I want to check the 1150 entries to see if any combo has won more than once.
Such a combo, if any exist, will almost certainly be in a different order.
Ex: 7 13 21 30 35 39 could also appear as 21 39 13 7 30 35. Or 35 13 39 7 21 30.
Is it possible to query the database and have it show such entries? In color perhaps?
Or, if none exist, say, 'NONE'?
I want to check the 1150 entries to see if any combo has won more than once.
Such a combo, if any exist, will almost certainly be in a different order.
Ex: 7 13 21 30 35 39 could also appear as 21 39 13 7 30 35. Or 35 13 39 7 21 30.
Is it possible to query the database and have it show such entries? In color perhaps?
Or, if none exist, say, 'NONE'?