⑴ 在查询SQL语句中为空或者不为空的字段应该怎么写

如果是空字符串就字段名= '' 。如果是不等于空字符字段名 <> ''。如果是 null值 就是 字段名is null或者not null。