Re: table restruct...

Поиск
Список
Период
Сортировка
От David M. Richter
Тема Re: table restruct...
Дата
Msg-id 3BA9FDB8.109C1A5@dkfz-heidelberg.de
обсуждение исходный текст
Ответ на Re: table restruct...  (Kovacs Baldvin <kb136@hszk.bme.hu>)
Ответы Re: table restruct...  (Stephan Szabo <sszabo@megazone23.bigpanda.com>)
Список pgsql-sql
Hi!

Thanks, to You!

Yes I have to do . Now I solved that problem with rename the original
table study to _study
then create the new right structured table study , Insert into study
(chilioid,...,...) SELECT * FROM _study;
Ok not elegant but it works.

Another questions:
Can I change the physical order of the rows in a database?
Is the order of a database under all circumstances the same? (in pg)

That is essential for my further restruction of the database...

Thanks a lot

David
Вложения

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

Предыдущее
От: Patrik Kudo
Дата:
Сообщение: Re: Selecting latest value
Следующее
От: Haller Christoph
Дата:
Сообщение: Re: Selecting latest value II