Re: [SQL] Seeding

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: [SQL] Seeding
Дата
Msg-id Pine.LNX.4.44.0207160049330.2259-100000@localhost.localdomain
обсуждение исходный текст
Ответ на Seeding  ("Chad Thompson" <chad@weblinkservices.com>)
Список pgsql-novice
Chad Thompson writes:

> create table "temp"(
> select distinct(full_phone)
> >from lists
> where client_id =8)
>
> This gives me 100,000 unique records
>
> What i would like to do is, every 2500, insert a specific number like '5552552555'

The first thing you're going to have to define is what you mean with
"every 2500", because records in tables are not ordered.

--
Peter Eisentraut   peter_e@gmx.net


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

Предыдущее
От: "Jim Morcombe"
Дата:
Сообщение: Problems linking to libpq
Следующее
От: "Jim Morcombe"
Дата:
Сообщение: Can't link to libpq