combine_all_count.sql 124 B

123456789
  1. USE plato;
  2. SELECT
  3. count(*),
  4. count(key + 1u/(4u-subkey)),
  5. count(key),
  6. count(1u),
  7. count(1u/0u)
  8. FROM Input