I have in my db values like e1-3.ab, e1-2.op and so on. What i want to do is to split e1-3 and e1-2 to 1 column and ab and op to another one. I tried split func but sql(2012) said that it is not built-in function.
            Asked
            
        
        
            Active
            
        
            Viewed 25 times
        
    -1
            
            
        - 
                    1Which dbms are you using? – jarlh Aug 29 '23 at 11:44
- 
                    Does this answer your question? [T-SQL split string](https://stackoverflow.com/questions/10914576/t-sql-split-string) – Stalinko Aug 29 '23 at 11:52
 
    