distinct_count_only.sql 45 B

1
  1. select count(distinct key) from plato.Input2;