pgsql判断某个字段是否为空

pgsql判断某个字段是否为空应该写成:select * from TABLENAME where COLUMNAME is (not) null;
posted @ 2011-03-10 15:14  煋火  阅读(4162)  评论(0)    收藏  举报