1"方法二、select*fromNewswhereNewstype="指定值"a">

黑人巨大精品欧美一区二区,欧洲国产伦久久久久久久,一女被两男吃奶玩乳尖,粗大猛烈进出高潮 _国产黄片免费在线观看_国产狂喷潮在线观看中文_免费在线观看a无码

行業(yè)動(dòng)態(tài)
SQL查詢非空記錄、SQL查詢值為空的記錄
發(fā)布日期:2009-09-18 閱讀次數(shù):6669 字體大小:

查詢非空記錄
方法一、sql="select   *   from   table   where   id<>null   "   
方法二、sql="select   *   from   table   where   len(id)>1"
方法二、select * from News where Newstype = "指定值" and newspic is not Null order by NewsID desc

查詢值為空的記錄 select * from News where Newstype = "指定值" and newspic is  Null order by NewsID desc
其它的反之