先找出第二个*的位置:
x=CHARINDEX('*', fld, CHARINDEX('*', fld) + 1)
然后用:
substring(fld,1,x)和substring(fld,x,1000)