Skip to content

LIST_SLICE

  • list: ANY
  • begin: ANY
  • end: ANY
  • step: BIGINT
SELECT list_slice([4, 5, 6], 1, 3, 2);