jrwinterburn
IS-IT--Management
Does anyone if the following is possible:
I have a table with records in that one of the columns ("entries") has an integer. What I want to do is select all records from the table, but if a row has (for example) 37 as the value for "entries", then that row is selected 37 times.
Does this make sense? It's basically for a lotto draw - there are individual entries for each person, but each of those has an integer for the amount of tickets they bought.
Thanks,
Jon
I have a table with records in that one of the columns ("entries") has an integer. What I want to do is select all records from the table, but if a row has (for example) 37 as the value for "entries", then that row is selected 37 times.
Does this make sense? It's basically for a lotto draw - there are individual entries for each person, but each of those has an integer for the amount of tickets they bought.
Thanks,
Jon