USE plato; PRAGMA yt.FuseMapToMapReduce="normal"; PRAGMA yt.JobBlockInput; SELECT key FROM Input WHERE key < "100" GROUP BY key;