Re: Unload of Data

Поиск
Список
Период
Сортировка
От Albert REINER
Тема Re: Unload of Data
Дата
Msg-id 20001212182158.A5244@frithjof
обсуждение исходный текст
Ответ на Unload of Data  (brentr@hdc.govt.nz)
Список pgsql-novice
On Thu, Dec 07, 2000 at 09:31:59AM +1300, brentr@hdc.govt.nz wrote:
> Hi
>
> How can I unload a small subset of data from a table ie
>
>  select * from rates
>  where propid = '12345'
>
> 1 Record of around 30000.

Is this what you want?

delete from rates where propid='12345'


HTH,

Albert.



--

--------------------------------------------------------------------------
Albert Reiner                                   <areiner@tph.tuwien.ac.at>
Deutsch       *       English       *       Esperanto       *       Latine
--------------------------------------------------------------------------

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

Предыдущее
От: Christophe Devine
Дата:
Сообщение: check_primary_key on Postgres 6.5.3-23
Следующее
От: Sterling
Дата:
Сообщение: Re: Creating Log file - run in background.