below is mine table name: sample1
ID NAME                                 ADDRESS
1  DAN  NO.10,CHANGJIANG XI STREET,JIANXI DISTRECT ,LUOYANG CITY,HENAN ,CHINA
2  SAM  BINALBAGAN NEGROS OCCIDENTAL  PHILIPPINES
3  JOSE B-36 L-40 PH-1 ST. JOSEPH VILLAGE 7, MARINIG CABUYAO LAGUNA, 4025 
i need to enter the rows to column, but here the challenges is, in sample 2 i have only 4 columns source rows obtained 6 or more while using split function, how can i insert/ append balance data in ADRS4 after inserting datas in columns.
output should be as follows:
ID  NAME                  ADRS1            ADRS2            ADRS3                ADRS4
1   DAN                   NO.10       NGJIANG XI STREET   JIANXI DISTRECT  LUOYANG CITY,HENAN ,CHINA  
 
    