dot_in_alias.sql 179 B

123456
  1. /* postgres can not */
  2. USE plato;
  3. PRAGMA AllowDotInAlias;
  4. --INSERT INTO Output
  5. SELECT key as `.key`, subkey as `sub.key`, value as `value.` FROM Input ORDER BY `.key`, `sub.key`