list_nullable.sql 117 B

123
  1. /* syntax version 1 */
  2. /* postgres can not */
  3. select aggregate_list(cast(value as int)) as val_list from plato.Input;