博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
SQL点点滴滴_DELETE小计
阅读量:5226 次
发布时间:2019-06-14

本文共 342 字,大约阅读时间需要 1 分钟。

惨痛的教训:

  某次在执行delete时,一时疏忽忘记写where条件了,

 

1、删除tb_mobile_cust_micromsg中的内容,前提是c_customer这个字段的值与#datamod表中c_userno这个字段的值相等。

  delete from tb_mobile_cust_micromsg

  where tb_mobile_cust_micromsg.c_customer in (select C_USERNO from #datamod where #datamod.C_USERNO=tb_mobile_cust_micromsg.c_customer)

转载于:https://www.cnblogs.com/Zeros/p/5592004.html

你可能感兴趣的文章
Android PullToRefreshExpandableListView的点击事件
查看>>
系统的横向结构(AOP)
查看>>
linux常用命令
查看>>
NHibernate.3.0.Cookbook第四章第6节的翻译
查看>>
例1-1
查看>>
马达调速器,直流马达调速器,直流调速器
查看>>
前端编码规范小记
查看>>
c如何弹出保存路径/保存文件对话框
查看>>
HTML标签二
查看>>
Python 3语法小记(九) 异常 Exception
查看>>
使用shared memory 计算矩阵乘法 (其实并没有加速多少)
查看>>
Django 相关
查看>>
git init
查看>>
训练记录
查看>>
IList和DataSet性能差别 转自 http://blog.csdn.net/ilovemsdn/article/details/2954335
查看>>
Hive教程(1)
查看>>
第16周总结
查看>>
C#编程时应注意的性能处理
查看>>
Fragment
查看>>
比较安全的获取站点更目录
查看>>