//更新为""串
update taxi_driver_info set wechat = '' where driverno = '0440923198101075636';
//更新为null
update taxi_driver_info set wechat = null where driverno = '0440923198101075636';
mysql更新字段为“”或 null
最新推荐文章于 2025-03-22 16:22:51 发布