inner_on_key_only.sql 145 B

12
  1. PRAGMA DisableSimpleColumns;
  2. select Input1.key, Input1.subkey, Input3.value from plato.Input1 inner join plato.Input3 on Input1.key = Input3.key;