eliminating duplicates in results..

Поиск
Список
Период
Сортировка
От Francisco Hernandez
Тема eliminating duplicates in results..
Дата
Msg-id 39515585.308A428C@earthlink.net
обсуждение исходный текст
Ответы Re: eliminating duplicates in results..  (Jesus Aneiros <aneiros@jagua.cfg.sld.cu>)
Список pgsql-sql
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"
Дата:
Сообщение: Simply append...
Следующее
От: Web Manager
Дата:
Сообщение: Wildcard in date field???