游戏攻略

函数replace 的参数的数据类型 text 无效

日期:2015/06/30 00:00:00来源: 互联网

最近在用replace语句修改数据库的时候,遇到"函数 replace 的参数的数据类型 text 无效。"的错误提示,从网上查了一下:replace替换字段为text或者ntext时,必须转换类型后才能替

换,如要替换字段类型为text的news_content内容,则需要写成如下格式:

update news_info set
news_content=replace(cast(news_content as varchar(8000)),'/uploadfile/','/newsImages/')

相关文章

相关下载

网友评论

我要评论...
    没有更早的评论了
    取消