summaryrefslogtreecommitdiffstats
path: root/yt/yql/tests/sql/suites/select/append_to_value.yql
blob: 399241b7b65cc4c4f424099eff575daad8107c11 (plain) (blame)
1
2
/* postgres can not */
select key, subkey, value || "foo" as new_value from plato.Input;