📜  获取减法计数 sql 代码示例

📅  最后修改于: 2022-03-11 15:05:12.029000             🧑  作者: Mango

代码示例1
select  Count(City) - Count(Distinct(City)) from Station;