reduce.sql 100 B

1234567
  1. USE plato;
  2. $r = ($_key, $s) -> ($s);
  3. INSERT INTO Output
  4. REDUCE Input
  5. ON key USING $r(TableRow());