Re: Duplicates Processing

Поиск
Список
Период
Сортировка
От Gary Chambers
Тема Re: Duplicates Processing
Дата
Msg-id AANLkTimRfzKH0DhyuMLpeU3g5GnCU6CuzYdxcph5HjqL@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Duplicates Processing  (Rob Sargent <robjsargent@gmail.com>)
Ответы Re: Duplicates Processing  (Rob Sargent <robjsargent@gmail.com>)
Список pgsql-sql
Rob,

> Perhaps a trade off between nullable fields and redundant types.  If
> your original table simply had a nullable column called
> isReplacementFor, into which you place in the subsequent rows the id of
> the first instance found.

Am I misunderstanding you when you're suggesting a table like:

part_number           INTEGER
is_replacement_for INTEGER references part_number
value                       INTEGER
wattage                   FLOAT8
...

-- Gary Chambers


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

Предыдущее
От: Rob Sargent
Дата:
Сообщение: Re: Duplicates Processing
Следующее
От: Rob Sargent
Дата:
Сообщение: Re: Duplicates Processing