from_in_front_join.sql 153 B

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