inner_with_order.sql 155 B

12
  1. PRAGMA DisableSimpleColumns;
  2. select Input1.key as key, Input1.subkey, Input3.value from plato.Input1 inner join plato.Input3 using (key) order by key desc;