gpt4 book ai didi

sql - 删除列中的值为 NULL 的 ROW

转载 作者:行者123 更新时间:2023-12-04 14:34:36 24 4
gpt4 key购买 nike

如何从名为的表中删除任何行:

bhxsql2014-dev.dbo.EUACTIVESTORES

其中 [Store No] 列具有 NULL 值

我正在使用 MS SQL Server Management Studio

最佳答案

这是您需要的:

delete from [bhxsql2014-dev].dbo.EUACTIVESTORES
where [Store No] is null

关于sql - 删除列中的值为 NULL 的 ROW,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44846016/

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