aboutsummaryrefslogtreecommitdiffstats
path: root/ydb/library/yql/tests/sql/suites/udf/udf.sql
blob: 8b6d115640138e17f8eaa23a73cc6b89e82b5f19 (plain) (blame)
1
2
/* postgres can not */
select key, subkey, SimpleUdf::Concat(value, "test") as value from plato.Input;