sampleselect.sql 110 B

123
  1. /* postgres can not */
  2. pragma sampleselect;
  3. select key, subkey, value || "foo" as new_value from plato.Input;