Designed by 77
加载资源 ......
感谢 ♥ 作者
先不感谢了
摘要: 这个问题一般是在SQL Server中使用【+】运算符连接常量字符串和变量字符串的场景下出现。 解决的方法就是使用内置的concat()函数来进行字符串连接操作。 比如将: select * from yanggb where name like '%' + :name 替换为: select * 阅读全文
posted @ 2020-06-29 21:42 yanggb 阅读(2428) 评论(1) 推荐(0) 编辑