count_by_nulls.sql 72 B

1
  1. select count(cast(subkey as int)) as not_null_subkeys from plato.Input;