Re: How to remove n-first elements from array?

From: aasat <satriani(at)veranet(dot)pl>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: How to remove n-first elements from array?
Date: 2012-12-17 15:02:11
Message-ID: 1355756531254-5736894.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Thank you!

More general, but that lose bounds of array

Result is

NOTICE: {3,4,5}

but I want

NOTICE: [3:5]{3,4,5}

--
View this message in context: http://postgresql.1045698.n5.nabble.com/How-to-remove-n-first-elements-from-array-tp5736765p5736894.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Merlin Moncure 2012-12-17 15:31:07 Re: How to remove n-first elements from array?
Previous Message Kevin Grittner 2012-12-17 14:51:42 Re: problem with large inserts