Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Get the same value only once

Re: Get the same value only once

From: mgumbs <mgumbsNOmgSPAM_at_hotmail.com.invalid>
Date: Thu, 18 Nov 1999 02:58:54 -0800
Message-ID: <0a0133f8.41fa8e9f@usw-ex0107-043.remarq.com>


Try

create table foo as
select distinct town, zip_code
from table1;

Mark

In article <3833bc38.83931126_at_news.ratiokontakt .de>, markus.spindler_at_gmx.de (Markus Spindler) wrote:
> Hallo
> I have a table with about 170000 addresses of customers. Now I
> want to
> make a master table with the zip codes and town.
> Is the any SQL function that gives the same value (for example
> Munich)
> only once, to insert it in the new master table?
> Any help would be great!
> Markus Spindler

Received on Thu Nov 18 1999 - 04:58:54 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US