| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> comp.databases.theory -> Re: Ah, but who has better parties?
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
![]() |
![]() |