摘要: select * from table where a is not null 会把有内容的和内容为空的都查出来而select * from table where a != '' 只会把有内容的查出来 阅读全文
posted @ 2015-05-27 19:44 御不凡 阅读(8480) 评论(1) 推荐(0) 编辑