I am entering in all the round (18 of them) for a racing event, where the partipants are the same for each race. I would really like the ability to be able to copy the outcomes (description and odds) from one event to another, so that I do not have to enter in all 31 participants (outcomes) for each of the rounds (races).
Since we don't have a copy functionality for this, could anyone please advise the SQL to achieve this? I'm sure it will just be a INSERT INTO xxx SET (xx,xx,xx) VALUES () type SQL? but not more forte enough to get it there.
Since we don't have a copy functionality for this, could anyone please advise the SQL to achieve this? I'm sure it will just be a INSERT INTO xxx SET (xx,xx,xx) VALUES () type SQL? but not more forte enough to get it there.