select * from t_botnet where botnet_note_c = null
没有返回任何结果。
select * from t_botnet where botnet_note_c is null
返回正确结果。
select * from t_botnet where botnet_note_c = null
没有返回任何结果。
select * from t_botnet where botnet_note_c is null
返回正确结果。
转载于:https://www.cnblogs.com/peterpanzsy/archive/2013/04/09/3010170.html