摘要:
sql中<>为不等于,例如 where t3.first_gds_type<>'0' 注意:字段为null的数据也当做满足不等于的条件,所以要保留null数据 ,需要加上 or t3.first_gds_type is null,即: where t3.first_gds_type<>'0' or 阅读全文
posted @ 2020-06-28 15:49
生之须臾亦不负
阅读(5601)
评论(0)
推荐(0)
浙公网安备 33010602011771号