Let's say I have a record in one table of this:
I need to figure out how to take this record, and in another table create individual records of:
Another example:
One record of:
Create in a new table these records:
I can see how this can be done in my head, but I can't for the life of me make it happen with code.
Does anyone have any suggestions?
Brooks Tilson
Database Development
Tilson Machine, Inc.
Code:
1 2 3
Code:
1
2
3
One record of:
Code:
3 18 23 45
Code:
3
18
23
45
Does anyone have any suggestions?
Brooks Tilson
Database Development
Tilson Machine, Inc.