aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/aggregate/list_nullable.sql
blob: 48a56c748588f80bc8f91edb4fbec1cfc57621f3 (plain) (blame)
1
2
3
/* syntax version 1 */
/* postgres can not */
select aggregate_list(cast(value as int)) as val_list from plato.Input;