在线等,如何用select 语句查询某一列中值不为空的那些记录如何用select 语句查询某一列中值不为空的那些记录[解决办法]select * from a where 某列 in no null[解决办法]
select * from 表名 where len(isnull(列名,''))>0