Skip to content

LIST_FILTER

  • list: ANY[]
  • lambda(x): LAMBDA
SELECT list_filter([3, 4, 5], lambda x : x > 4);