calculated_values.sql 190 B

123
  1. /* postgres can not */
  2. /* can not check this with postgres becouse order of columns is not specified here */
  3. select key, (value || "ab"), (value || "a"), value from plato.Input order by key;