sql数据库不能直接用instr函数
时间:2021-02-15 10:22:39|栏目:MsSql|点击: 次
记录:
后台更新的时候,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 Server误区30日谈 第4天 DDL触发器就是INSTEAD OF触发器
栏 目:MsSql
本文标题:sql数据库不能直接用instr函数
本文地址:http://www.codeinn.net/misctech/63496.html