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

很黄的视频网站,色999五月色,日韩在线观看高清,异形3未删减完整版在线观看电影,拯救上神计划未删减完整版在线观看高清 ,安家电视剧在线观看,国产一区二区剧情av在线

行業(yè)動(dòng)態(tài)
SQL查詢非空記錄、SQL查詢值為空的記錄
發(fā)布日期:2009-09-18 閱讀次數(shù):7091 字體大?。?a href="javascript:;" onclick="ChangeFontSize('content',16)">大

查詢非空記錄
方法一、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
其它的反之