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