mysql操作常用技巧

删除一张表的数据,条件在另一张表

delete  a  from A a,B b where a.tel=b.tel and a.code=b.code and a.day='201808';

  

posted @ 2018-09-28 18:07  Lost blog  阅读(136)  评论(0编辑  收藏  举报