boolean_count.sql 111 B

123
  1. select count(*) from plato.Input;
  2. select count(e) from plato.Input;
  3. select count(distinct e) from plato.Input;