JetibenRong

JetibenRong

我想有那么一段时光,可以在面朝大海的房车里煮上一杯咖啡,看看曾写过的代码

SQL语句,把字段中的Null改为指定数字,改为字符串

本文发布于:2023-01-20

update news_notice SET huodong = if(huodong is null or huodong='','6',CONCAT(huodong))

 

把news_notice中 huodong字段,null的 改为6

 

update news_aotinews SET image = if(image is null or image='','{"uploadid":1,"fileurl":"/static/img/aotiimg.jpg"}',CONCAT(image))

JetibenRong

JetibenRong

我想有那么一段时光,可以在面朝大海的房车里煮上一杯咖啡,看看曾写过的代码

联络

标签

链接