Re: Problem

Поиск
Список
Период
Сортировка
От Hitesh Kumar Gulati
Тема Re: Problem
Дата
Msg-id 365ABE91.3672@plasma.ernet.in
обсуждение исходный текст
Ответ на Problem  (Hitesh Kumar Gulati <hkg@plasma.ernet.in>)
Список pgsql-sql
How to update a particular element of a field of data type array .
 I am using update and set combined statement .It is accepting but it is
 not displaying with select statement.
       create table test(
>                           shotno      int4 not null,
>                           data        int2[],
>                           constraint chk_shot check(shotno >= 0)
>                        );
>      update test set data[1]= %d where shotno=2929;
>                                         Hitesh kumar Gulati
>                                         hkg@plasma.ernet.in
>
>


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

Предыдущее
От: Vadim Mikheev
Дата:
Сообщение: Re: [SQL] cursor and update + view
Следующее
От: Herouth Maoz
Дата:
Сообщение: Re: [SQL] select in update