sql server - SQL PATINDEX ParseString -


Say I have data like

  / dogs / 2013 / mango / oh- Can they be parsed with the combination of  

> PATINDEX and SUBSTRING by delimiter "/" and "-" ? I am not sure whether I am able to use regx for such a situation or not. What would be the solution? I can not think of it any

Result:

  Dogs 2013 Common Oh 40 8 Cats 21 Pineapple De 11 24 Shark 234 Bananas PR 33 123  < / Pre> 


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -