Skip to content

SQL Reference

LIST_HAS

  • list: T[]
  • element: T
SELECT list_has([1, 2, NULL], 1);