Re: How do I select composite array element that satisfy specific conditions.

Поиск
Список
Период
Сортировка
От David G. Johnston
Тема Re: How do I select composite array element that satisfy specific conditions.
Дата
Msg-id CAKFQuwYTbGm84_2KVuCASrfP69UgvPQBCANtv7sG6r_tn-vxCw@mail.gmail.com
обсуждение исходный текст
Ответ на How do I select composite array element that satisfy specific conditions.  ("a" <372660931@qq.com>)
Список pgsql-general
On Wednesday, May 23, 2018, a <372660931@qq.com> wrote:
How could I select the element of Ay that satisfy x=3??


The note at the end of that section applies here though, you are forcing yourself to fight the nature of the relational database by not normalizing your data model.  Converting your array of composites to a table is going to make life considerably easier if you expect to have to performs searches like you requrest help for here.

David J.

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

Предыдущее
От: "Charles Clavadetscher"
Дата:
Сообщение: RE: RE: How do I select composite array element that satisfy specific conditions.
Следующее
От: Ron
Дата:
Сообщение: Re: [GENERAL] Postgre compatible version with RHEL 7.5