So I actually have this odd need to CREATE duplicates in a table. Accidental duplicates were always a problem, but intentionally creating them is quite another thing.
I have a table, and the first record of the table needs to be duplicated 30 times.
How would I go about writing a query to do this?
I have a table, and the first record of the table needs to be duplicated 30 times.
How would I go about writing a query to do this?