delete a.*,b.*...
from a,b,c...
where a.no=b.no and b.no=c.no and ... and a.no=200201

解决方案 »

  1.   

    delete a where no like 200201
    delete b where no like 200201
    delete c where no like 200201
    delete d where no like 200201
    delete e where no like 200201
    ************
    * 努力学习 *
    *   全为   *
    *¥人民币¥*
    ************
      

  2.   

    我的是Access数据库耶,小杨GG(or JJ)
      

  3.   

    delete a.*,b.*...
    from a,b,c...
    where a.no=b.no and b.no=c.no and ... and a.no="200201"
      

  4.   

    hamzsy(十二真空间) : 你很聪明嘛?
    可我的No就是整型数值,你的当然不对啦!