记录: 后台更新的时候,Instr(','+Speciality+',',2,')这里出现了'Instr'不是可以识别的函数名。 sql数据库不能直接用instr函数.参考tsys1.1sql版可以用dbo.IsSpeciality(Speciality,'2')>0代替。