OasisChurch
Technical User
- Mar 28, 2002
- 20
Hi all,
I am trying to insert data into a table from another table
Do I need to use substring w/ cursors for this?
EX:
table1: ------transform----------> table2:
pin seqno descr pin descr
101-101 1 text 101-101 text
101-102 1 text 101-102 text;text
101-102 2 text 101-103 text
101-103 1 text
My descr field is 60 char long
thanks in advance!!
--scotta
I am trying to insert data into a table from another table
Do I need to use substring w/ cursors for this?
EX:
table1: ------transform----------> table2:
pin seqno descr pin descr
101-101 1 text 101-101 text
101-102 1 text 101-102 text;text
101-102 2 text 101-103 text
101-103 1 text
My descr field is 60 char long
thanks in advance!!
--scotta