Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: How to Seperate number from a text

    Suppose the column name of table is mValue and tablename is xy then following query will give the result:

    select mvalue,RequiredValue = case when ISNUMERIC(left(mvalue,1))=1 then SUBSTRING(mvalue,1,CHARINDEX(' ',mvalue)-1)

    ...

Viewing post 1 (of 1 total)