Problem

Поиск
Список
Период
Сортировка
От Hitesh Kumar Gulati
Тема Problem
Дата
Msg-id 36549C92.660@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
                    E-mail-:hkg@plasma.ernet.in
                    Ph. (079)-2864023 (O)
                    Engineer - SC
                    Institute For Plasma Research
                    Near Indira Bridge
                    Bhat Gandhinagar(GUJARAT)

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

Предыдущее
От: Bruno Feurer
Дата:
Сообщение: Merging databases
Следующее
От: "G. Anthony Reina"
Дата:
Сообщение: Postgres installed but my C programs won't compile