Skip to content

LIST_RESIZE

  • list: ANY[]
  • size[: ANY
  • value]: ANY
SELECT list_resize([1, 2, 3], 5, 0);