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