Zargo
Programmer
- Mar 21, 2005
- 109
Hi all,
I have a table with 3 columns
TableA
ColumnA ColumnFrom ColumnTo
566677 A1 A6
341334 TEST TEST
234333 000023 000150
I must put this information into another table with all values between ColumnFrom and ColumnTo
TableB
ColumnA ColumnB
566677 A1
566677 A2
566677 A3
566677 A4
566677 A5
566677 A6
341334 TEST
234333 000023
234333 000024
....and so on..
How can i realize this? A big star for the golden answer.
Thanks a lot...
I have a table with 3 columns
TableA
ColumnA ColumnFrom ColumnTo
566677 A1 A6
341334 TEST TEST
234333 000023 000150
I must put this information into another table with all values between ColumnFrom and ColumnTo
TableB
ColumnA ColumnB
566677 A1
566677 A2
566677 A3
566677 A4
566677 A5
566677 A6
341334 TEST
234333 000023
234333 000024
....and so on..
How can i realize this? A big star for the golden answer.
Thanks a lot...