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

Home -> Community -> Usenet -> comp.databases.theory -> Re: Ah, but who has better parties?

Re: Ah, but who has better parties?

From: Leandro Guimaraens Faria Corsetti Dutra <leandro_at_dutra.fastmail.fm>
Date: Tue, 25 May 2004 19:27:47 -0300
Message-ID: <pan.2004.05.25.22.27.45.722393@dutra.fastmail.fm>


Em Thu, 20 May 2004 16:00:38 -0700, Gene Wirchenko escreveu:

> Here is a xBASE statement in one of my programs:
>
> select catx.clcode, ccli.clname,;
> sum(catx.basicchg+catx.ovrhdfee) as balance;
> from catx left outer join ccli on catx.clcode=ccli.clcode;
> group by catx.clcode order by catx.clcode;
> into cursor (this.thiscode+"_bals") nofilter
>
> Do you think you could manage to convert it to SQL?

        So?

-- 
Leandro Guimarães Faria Corsetti Dutra           +55 (11) 5685 2219
Av Sgto Geraldo Santana, 1100 6/71               +55 (11) 5686 9607
04.674-000  São Paulo, SP                                    BRASIL
http://br.geocities.com./lgcdutra/
Received on Tue May 25 2004 - 17:27:47 CDT

Original text of this message

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