select replace(nvc_report_content,'/upload/resources/','http://www.chinawuliu.com.cn/upload/resources/') from t_data_statistics where i_ds_identifier > 106;这样的SQL语句对吗
时间: 2023-08-14 21:02:38 浏览: 156
onvif.rar_NVC_ONVIF_onvif 学习
这是一条 SQL 语句,它的语法是正确的。这条语句的作用是将 t_data_statistics 表中 nvc_report_content 字段中所有的 '/upload/resources/' 替换为 'http://www.chinawuliu.com.cn/upload/resources/'。但是需要注意的是,它只会影响 i_ds_identifier 大于 106 的记录。
阅读全文