combinebykey_fields_subset_range.sql 136 B

12345
  1. /* postgres can not */
  2. SELECT count(DISTINCT subkey) AS subkey
  3. FROM plato.CONCAT(Input0, Input1)
  4. WHERE (key == "075" OR key == "150");