select_columnref2.sql 108 B

12
  1. --!syntax_pg
  2. select key, value || '!', key2, value2, key || value2 as c from plato."Input", plato."Input2";