hi,
i had a word like this “12345 - Data min”, i need to split this word based on - operator and get the first word.
I had another requirement like split and save the words in another varaible
ex : select * from emp;select * from customer
query variable should have splitted value like select * from emp
can you help in implementing above scenario