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 -> Help with a select statement

Help with a select statement

From: L.Ray <l.ray_at_bigfoot.com>
Date: 30 Mar 2003 21:59:06 -0800
Message-ID: <c198b469.0303302159.48f1d7dc@posting.google.com>


I need to do the following, but dont know how:

select (select max(status) from tickets where location = 'NY'),

       (select max(status) from tickets where location = 'NJ') FROM tickets;

If anyone could shine some light on how to do this, it would be appreciated. Received on Sun Mar 30 2003 - 23:59:06 CST

Original text of this message

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