aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/udf/automap_null.sql
blob: 6ca93e6f09b15b8611b9e1601443c9754760c6ce (plain) (blame)
1
2
3
4
5
/* syntax version 1 */
/* postgres can not */
select String::CollapseText("abc",1);
select String::CollapseText(Nothing(String?),1);
select String::CollapseText(null,1);