benkingery
Registered User.
- Local time
- Today, 12:57
- Joined
- Jul 15, 2008
- Messages
- 153
I have a table that contains:
item | quantity
123 | 1
456 | 10
789 | 4
I need to get this data listed into a table that just has item and for it to look like this:
123
456
456
456
456
456
456
456
456
456
456
789
789
789
789
I understand and have accounted for the obvious primary key issue. I just can't figure out how to get the data to display out like this.
Any thoughts?
Thanks in advance.
item | quantity
123 | 1
456 | 10
789 | 4
I need to get this data listed into a table that just has item and for it to look like this:
123
456
456
456
456
456
456
456
456
456
456
789
789
789
789
I understand and have accounted for the obvious primary key issue. I just can't figure out how to get the data to display out like this.
Any thoughts?
Thanks in advance.