I have a column with strings like '006_THR'; '1003_ER'; '100_THREE' and i want to put all string before "_" in a column and all string after "_" in a other column.
col col1 col2
006_THR 006 THR
1003_ER 1003 ER
100_THRE 100 THRE
Thank you!