为什么以下查询返回空集?
SELECT * FROM null_test_tab WHERE col1 = NULL ORDER BY id
结果:
Empty set
mysql sql
mysql ×1
sql ×1