Popular Posts

SQLblog.com - The SQL Server blog spot on the web

Friday, July 28, 2017

How to Extract some part of text from varchar.

SQLServerCentral » Latest topics
How to Extract some part of text from varchar.

Hello Good Morning,

Can you please let me know this... need to extract number from varchar string in below case

Create Table #MyTask (Detail1 Varchar(100))

Insert Into #MyTask Values ('1.5% or below')
Insert Into #MyTask Values (

No comments: