Skip to content

SQL Reference

APPLY

  • list: ANY[]
  • lambda(x): LAMBDA
SELECT apply([1, 2, 3], lambda x : x + 1);