I need help
here is the data from table a
Coast_Id FNM_LN_ID LN_SPCL_FEAT_CD
1261 4000024502 3
1261 4000024502 175
1261 4000024502 402
1262 4000024501 3
1262 4000024501 135
1262 4000024501 402
1274 4000024446 3
1274 4000024446 122
Now I have to place this data in to table say B
like this
Coast_Id FNM_LN_ID
1261 4000024502
1262 4000024501
1274 4000024446
LN_SPCL_FEAT_CD1,LN_SPCL_FEAT_CD2,LN_SPCL_FEAT_CD3
3 175 402
3 135 402
3 222 000
there could be 20 record forn one Coast_id and then I have to place for on Coast_id 20 LN_SPCL_FEAT_CD ...
I try my best to explain the senario.
Hope fully you will help me better way now
all field are number type.
Thanks
here is the data from table a
Coast_Id FNM_LN_ID LN_SPCL_FEAT_CD
1261 4000024502 3
1261 4000024502 175
1261 4000024502 402
1262 4000024501 3
1262 4000024501 135
1262 4000024501 402
1274 4000024446 3
1274 4000024446 122
Now I have to place this data in to table say B
like this
Coast_Id FNM_LN_ID
1261 4000024502
1262 4000024501
1274 4000024446
LN_SPCL_FEAT_CD1,LN_SPCL_FEAT_CD2,LN_SPCL_FEAT_CD3
3 175 402
3 135 402
3 222 000
there could be 20 record forn one Coast_id and then I have to place for on Coast_id 20 LN_SPCL_FEAT_CD ...
I try my best to explain the senario.
Hope fully you will help me better way now
all field are number type.
Thanks