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

Поиск
Список
Период
Сортировка
От aasat
Тема Re: How to remove n-first elements from array?
Дата
Msg-id 1355756531254-5736894.post@n5.nabble.com
обсуждение исходный текст
Ответ на Re: How to remove n-first elements from array?  (Merlin Moncure <mmoncure@gmail.com>)
Ответы Re: How to remove n-first elements from array?
Список 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.


В списке pgsql-general по дате отправления:

Предыдущее
От: "Kevin Grittner"
Дата:
Сообщение: Re: problem with large inserts
Следующее
От: Merlin Moncure
Дата:
Сообщение: Re: How to remove n-first elements from array?