Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Invalid Group By
Message
 
 
À
17/11/2009 19:54:57
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01435336
Message ID:
01435343
Vues:
40
>Just upgraded to v9 from v7. Working on an app originally created under v7. Have the following view:
>
>SELECT Ksongs.iid, Ksongs.cartist, Ksongs.ctitle, Ksongs.dlastprinted, ;
>     TRIM(Ksongs.cartist)+TRIM(Ksongs.ctitle) AS ufilter ;
>   FROM ksb!ksongs ;
>   WHERE Ksongs.ccatalog = ?vp_cCatalog ;
>          AND EMPTY(Ksongs.dlastprinted) = .T. ;
>          OR (Ksongs.dlastprinted > ?vp_SelectDate) ;
>   GROUP BY 5 ;
>   ORDER BY Ksongs.cartist, Ksongs.ctitle
>
>This worked great in v7 but fails as invalid group by clause in v9. Purpose of grouping was to insure that multiple versions of same artist/song combination printed as 1 item. I can't make sense of the syntax explanation in the v9 help file. Can anyone suggest how I might accomplish my goal using the v9 engine bahavior? Thanks

See also Re: Group by Thread #1302445 Message #1302446 and the thread referenced there.
If it's not broken, fix it until it is.


My Blog
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform