Hi, I hope that some one can help. I have column that ends with (1232) how can i extract only the 1232 for example,moved car to blablabla(1232) I want to create a new column and insert only what's in Parentheses. thanks in advance.
thanks guys, there is only one iusse if a record has more than one Parentheses, i only want to extract the last Parentheses at the end of the line, example, abddkc(100),ddkkdkdk(900). I want to extract the 900 since it's at the end of the line. what is showing me now is 100),ddkkdkdk(900...
thanks.