aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/select/append_to_value_1000.sql
blob: c86c8d13cd88454f734ced3ef777a79b590055cb (plain) (blame)
1
2
3
/* postgres can not */
/* kikimr can not - no ref select mode */
select key, subkey, value || "foo" as new_value from plato.Input;