Splitting columns and inserting to a Table
Hi all,
here i have a requirement to insert CSVs to a table which has 4 Parameters.
The values are as given below
Parameter1
'06276100011,06276100012,06276100013'
Parameter2
'20061003,20061004,20061005'
Parameter3
'CSUCH,CSUCH,CSUCH'
Parameter4
'373944015,395468826,397600221'
But i want this columns should be inserted in to a single table, say Table1 and the output should look like this(Select * from Table1),
DocID RecDate Verifier MemID
--------------------------------------------------------------
06276100011 20061003 CSUCH 373944015
06276100012 20061004 CSUCH 395468826
06276100013 20061005 CSUCH 397600221
Thanks in advance...
praveen KN
__________________
praveen KN
|