Re: limit table to one row

Поиск
Список
Период
Сортировка
От Grzegorz Jaśkiewicz
Тема Re: limit table to one row
Дата
Msg-id 2f4958ff0906060930q13ef947av14f6f4b1570d4d39@mail.gmail.com
обсуждение исходный текст
Ответ на limit table to one row  (Brandon Metcalf <brandon@geronimoalloys.com>)
Ответы Re: limit table to one row  ("Leif B. Kristensen" <leif@solumslekt.org>)
Re: limit table to one row  (Brandon Metcalf <brandon@geronimoalloys.com>)
Список pgsql-general
just change whatever you are storing to be in vertical structure,
instead of horizontal. so instead of create table foo(a int, b int, c
int, etc), try:

create table foo(name varchar, val int);

common mistake I've seen committed by people..

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

Предыдущее
От: DimitryASuplatov
Дата:
Сообщение: Re: How to store text files in the postgresql?
Следующее
От: Vick Khera
Дата:
Сообщение: Re: Installation problem