inner_trivial_from_concat.sql 164 B

123
  1. PRAGMA DisableSimpleColumns;
  2. /* postgres can not */
  3. select A.key, A.subkey, B.value from plato.concat(Input1, Input2) as A inner join plato.Input3 as B using (key);