博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

sql空判断

Posted on 2006-09-17 15:00  hnboy  阅读(342)  评论(0编辑  收藏  举报
select   *   from   table   where   Trim(colname)   is   null;   
select   *   from   table   where   Trim(colname)   is   not   null;