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