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

Home -> Community -> Usenet -> c.d.o.server -> Re: Query problem

Re: Query problem

From: HoldsworthG <HoldsworthG_at_discovermercatus.com>
Date: 1998/11/06
Message-ID: <71v0on$k0e$1@client2.news.psi.net>#1/1

If you need just the name, x and y variables - then

select distinct nodes.name,x,y from nodes, nodecoordinates where mapview=2

Good luck...

Matt Lieber wrote in message <71tr1o$30a$1_at_news1-alterdial.uu.net>...
>Hi,
>
>
>I make a query on my database that returns the expected result, except
>that some value are duplicated (although the row is unique).
>e.g.:
>name x y card
>-------------------------------- ----------- ----------- ------------------
 -
>-------------
>Berkshire 48 160 C1
>Berkshire 48 160 C2
>Cape 48 160 C3
>Cape 48 160 C4
>
>How can I get only the 2 rows that differ by their names (that is,
 Berkshire
>and Cape)?? That is, some way to say: "no duplicates in name".
>e.g.:
>name x y
>-------------------------------- ----------- -----------
>Berkshire 48 160
>Cape 48 160
>
>my query looks like this:
>select nodes.name,x,y from nodes, nodecoordinates where mapview=2
>
>any ideas?
>
>
>Thanks!!
> Matt
>
>
Received on Fri Nov 06 1998 - 00:00:00 CST

Original text of this message

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