fej7yhdoq7
Programmer
I got a table that looks like this:
ID Copies
== ======
1 2
2 3
3 1
I'm searching for a way to list all rows the number of times of the field 'Copies', the result would look like this:
ID
==
1
1
2
2
2
3
Thanx
ID Copies
== ======
1 2
2 3
3 1
I'm searching for a way to list all rows the number of times of the field 'Copies', the result would look like this:
ID
==
1
1
2
2
2
3
Thanx