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: [student] BQFH

Re: [student] BQFH

From: replace this with _at_ <_at_)xs4all.nl>
Date: Mon, 26 Oct 1998 19:00:37 GMT
Message-ID: <3634c4e5.8360371@news.xs4all.nl>


....SELECT MAX(SUBTOT) new_max
> FROM ( SELECT SUM(S.CONC_SEATS_SOLD)
> + SUM(S.ORD_SEATS_SOLD) SUBTOT
> FROM SCREENING S
> GROUP BY S.FILM_NO)) max_film,

In this case, there must be a corresponding film for the screening. I suppose it does, but it's worth mentioning.


Received on Mon Oct 26 1998 - 13:00:37 CST

Original text of this message

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