select_operate_with_columns.sql 174 B

1234
  1. /* postgres can not */
  2. insert into plato.Output with truncate
  3. select a + b + c as a, coalesce(d, "") as b, f as f, cast(coalesce(e, true) as varchar) as e from plato.Input;