Viewing post 1 (of 1 total)
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)
...
April 4, 2013 at 7:37 am
#1603556