selectcount用法 select count select count(*)返回什么类型?selectcount(*)的返回值是int类型。此函数的常用用法是获取表中的记录数。SELECT COUNT(*)FROM... 2021-03-11 3127次浏览