Bug1941.sql 94 B

12345
  1. USE plato;
  2. SELECT sum(count) from (
  3. select count(*) as count from Input WHERE key < "100"
  4. );