tablepathprefix.sql 191 B

123456789
  1. /* postgres can not */
  2. /* syntax version 1 */
  3. use plato;
  4. pragma TablePathPrefix = "//";
  5. $input = "In" || "put";
  6. select * from `Input` order by subkey;
  7. select * from $input order by subkey;