但后来我搜索了互联网,我的发现让我写了这段小代码:
create table t1 ( val1 varchar(50),) select count(*) from t1 where val1 like 'abc' group by val1
当COUNT(*)返回NULL时是否还有其他情况?