hi
i have split the data using the split command now i want to insert the split data to be inserted into another table. there r many records in the previous table i want each record to be split and inserted into the other table one by one.....
25 123454756741 $GPRMC,093729.0 00,A,1301.7595, N,08015.2751,E, 1.13,69.84,0802 10,,*3E,BAUTO 0 3/9/2010 3:07:29 PM
i want to split the underlined data using "," and insert it into another table...
there r many such records i want to split each and every records and insert it to another table
i have split the data using the split command now i want to insert the split data to be inserted into another table. there r many records in the previous table i want each record to be split and inserted into the other table one by one.....
25 123454756741 $GPRMC,093729.0 00,A,1301.7595, N,08015.2751,E, 1.13,69.84,0802 10,,*3E,BAUTO 0 3/9/2010 3:07:29 PM
i want to split the underlined data using "," and insert it into another table...
there r many such records i want to split each and every records and insert it to another table
Comment