Re: eliminating duplicates in results..

Поиск
Список
Период
Сортировка
От Jesus Aneiros
Тема Re: eliminating duplicates in results..
Дата
Msg-id Pine.LNX.4.10.10006221053270.7385-100000@jagua.cfg.sld.cu
обсуждение исходный текст
Ответ на eliminating duplicates in results..  (Francisco Hernandez <xy0xy0@earthlink.net>)
Список pgsql-sql
SELECT DISTINCT

On Wed, 21 Jun 2000, Francisco Hernandez wrote:

> hello everyone,
> i have a query like so:
> 
> select item.type as ig_id,item.with_design,item_group.type as
> group_name, 'true' as valid from item,item_group where item.description
> ~* 'w/out' and item.type = item_group.ig_id;
> 
> and i get duplicates.. how could i remove all the duplicate entrys using
> SQL?
> the duplicates are fine.. im just trying to migrate data from one table
> to another.. with columns renamed and some added/removed..
> 



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

Предыдущее
От: Ed Loehr
Дата:
Сообщение: Re: Wildcard in date field???
Следующее
От: Jeff MacDonald
Дата:
Сообщение: timespan casting