config_exec.sql 192 B

12345678910
  1. /* postgres can not */
  2. USE plato;
  3. INSERT INTO Output
  4. SELECT "1" as key, "1" as subkey, "1" as value;
  5. PRAGMA File("file", "dummy");
  6. INSERT INTO Output
  7. SELECT * from Input where key < "030";