Count(1) in mysql will count null rows! count (column name) will not count null rows! count(*) will count null rows (same as SQLite)

NoSuchKey

Guess you like

Origin blog.csdn.net/qq_45531729/article/details/111870595