mysql更新字段为“”或 null
Posted xiejunna
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mysql更新字段为“”或 null相关的知识,希望对你有一定的参考价值。
//更新为""串
update taxi_driver_info set wechat = '' where driverno = '0440923198101075636';
//更新为null
update taxi_driver_info set wechat = null where driverno = '0440923198101075636';
开发者涨薪指南
48位大咖的思考法则、工作方式、逻辑体系
以上是关于mysql更新字段为“”或 null的主要内容,如果未能解决你的问题,请参考以下文章