如何查询数据库中某个字段不为空的数据

select I_NAME from TABLE where I_NAME is not null and I_NAME<>'';

posted on 2011-09-20 10:20  青紫蓝兔  阅读(557)  评论(0编辑  收藏  举报

导航