Skip to content

ARRAY_RESIZE

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