Hi
I need the values as below using select query of my column.
I need to find the text after the first space ' ' and before the first '('
Source Column ================== 0636 KAVITHI (LOC) 0638 SRI KRISHNA (NAT) 0639 SELVAM 0643 GOOD SERVICE (LOC) 0644 FINA CARE EVENT (LOC) Expected Result ================== KAVITHI SRI KRISHNA SELVAM GOOD SERVICE FINA CARE EVENT
ShanmugaRaj
I need get the string found between first '
' and the '('
I need get the string found between first '
' and the '('