Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Order by Clause is Invalid
Message
De
04/04/2005 13:31:06
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
01001277
Message ID:
01001284
Vues:
12
>I get ORDER BY CLAUSE IS INVALID when running under VFP9. what is wrong with the ORDER BY CLAUSE?
>
>
>SELECT obligat.obligor, obligat.obligation, MIN(obligat.unit), MIN(obligat.name), MIN(obligat.loantype), ;
>	MIN(obligat.lot), MIN(obligat.block), MIN(obligat.phase_unit), MIN(obligat.subdivsn), ;
>	sum(disbtmp.loan_disb) as loan_disb, sum(disbtmp.inspfedisb) as inspfedisb,;
>	MIN(obligat.inspfemoc), MIN(obligat.inspfecoll), MIN(obligat.inspfeincl), MIN(obligat.inspfeused),;
>	sum(disbtmp.inspfetday) as inspfetday, sum(disbtmp.loan_fees) as loan_fees,;
>	sum(disbtmp.disbddaamt) as disbddaamt;
>	FROM obligat, disbtmp, obligor INTO table (rpt013b) ;
>	WHERE disbtmp.obligor + disbtmp.obligation + disbtmp.unit =;
>	obligat.obligor + obligat.obligation + obligat.unit;
>	AND obligor.obligor = obligat.obligor ; 				
>	AND disbtmp.loan_disb > 0;
>	GROUP BY obligat.obligor, obligat.obligation ;
>	ORDER BY obligat.name, obligat.obligor, obligat.subdivsn, obligat.phase_unit, ;		
>	obligat.block, obligat.lot, obligat.obligation, obligat.unit
>
>
 ORDER BY ;
  4 ;
, obligat.obligor;
, obligat.subdivsn;
, 9 ;
, 7 ;
, 6 ;
, obligat.obligation;
, 3
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform