dot_name_subrequest.sql 204 B

12345678
  1. /* postgres can not */
  2. USE plato;
  3. PRAGMA DisableSimpleColumns;
  4. $req = (SELECT 100500 as magic, t.* FROM Input as t);
  5. --INSERT INTO Output
  6. SELECT `t.subkey` as sk, `t.value` as val FROM $req ORDER BY sk