group_by_with_where.sql 142 B

123
  1. /* syntax version 1 */
  2. /* postgres can not */
  3. SELECT ki, count(1) FROM plato.Input WHERE ki IN ('075', '150') GROUP BY key as ki ORDER BY ki;