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:
Post a Comment