Need Split function which will take two parameters, string to split and delimiter to split the string and return a table with columns Id and Data.And how to call Split funct
Try like below
select split.field(column_name,1,',','"') name1, split.field(column_name,2,',','"') name2 from table_name