sql数据库不能直接用instr函数
来源:动视网
责编:小采
时间:2020-11-09 07:17:01
sql数据库不能直接用instr函数
sql数据库不能直接用instr函数:记录: 后台更新的时候,Instr(','+Speciality+',',',2,')这里出现了'Instr' 不是可以识别的 函数名。 sql 数据库不能直接用instr 函数.参考tsys 1.1sql 版可以用 dbo.IsSpeciality(Speciality,'2')>0 代替。
导读sql数据库不能直接用instr函数:记录: 后台更新的时候,Instr(','+Speciality+',',',2,')这里出现了'Instr' 不是可以识别的 函数名。 sql 数据库不能直接用instr 函数.参考tsys 1.1sql 版可以用 dbo.IsSpeciality(Speciality,'2')>0 代替。

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