gpt4 book ai didi

sql - 将所有 0 值设置为 NULL

转载 作者:行者123 更新时间:2023-12-02 21:30:07 25 4
gpt4 key购买 nike

如何将 SQL 表中的所有 0 值设置为 NULL?

提前致谢。

最佳答案

update table set col = null where col = 0

关于sql - 将所有 0 值设置为 NULL,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4245475/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com