sql server 2008 r2 - Extract part of a string in SQL -


in sql server 2008 r2 need extract string between character 50 , 60. i've searched similar function on internet didn't find can address problem.

i can on excel formula like: mid(a2, 50, 10)

the sql function called substring

  substring(fieldname,50,10) 

Comments

Popular posts from this blog

html - Sizing a high-res image (~8MB) to display entirely in a small div (circular, diameter 100px) -

java - IntelliJ - No such instance method -

identifier - Is it possible for an html5 document to have two ids? -