delete from tbname where rolname is null;

解决方案 »

  1.   

    delete  from zj$cktdyj where cyjzl=47 and cyjhm is null and cjdjm not null;   
    我这样删除不了
      

  2.   

    delete  from zj$cktdyj where cyjzl=47 and cyjhm is null and cjdjm not is null
      

  3.   

    delete from table where column is null
      

  4.   

    delete  from zj$cktdyj where cyjzl=47 and cyjhm is null and cjdjm not is null;确认你拥有相应的权限吗?
      

  5.   

    delete  from zj$cktdyj where cyjzl=47 and cyjhm is null and cjdjm  is not null
      

  6.   

    cyjzl是什么类型?
    若字符型delete  from zj$cktdyj where cyjzl='47' and cyjhm is null and cjdjm  is not null