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

Home -> Community -> Usenet -> c.d.o.tools -> Re: Help reuired for sub-query

Re: Help reuired for sub-query

From: Raymond Allan <fmedit_at_my-deja.com>
Date: Tue, 15 Aug 2000 06:21:04 GMT
Message-ID: <8nange$9fd$1@nnrp1.deja.com>

Hi Sybrand,

Thank you for replying so promptly, being a newbie to SQL, I was not sure if I was posting my questions in the correct group.

As I do not need to see the date, I solved the problem by not selecting the Max Date in the first select.

select es.employee_number "Clock No.",
max(es.effective_date) "Max Date",
es.assigned_department "Dept"

You have saved me a few sleepless nights.

--
Rgds
Raymond
http://www.fmedit.pwp.blueyonder.co.uk/html/fmedit.htm
      (For the ideal Explorer replacement)


Sent via Deja.com http://www.deja.com/
Before you buy.
Received on Tue Aug 15 2000 - 01:21:04 CDT

Original text of this message

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