removeall - How to remove everything after certain character in SQL? -


i've got list 400 rows +. each row looks similar this: example-example123 remove past '-' i'm left beginning part: example123 appreciated.

you can use sql trim() function

select trim(trailing '-' bhexlivesqlvs1-live61mssql)
trailing_trim
table;

the result should "bhexlivesqlvs1"


Comments

Popular posts from this blog

javascript - Count length of each class -

What design pattern is this code in Javascript? -

hadoop - Restrict secondarynamenode to be installed and run on any other node in the cluster -