Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Invalid Group By
Message
De
17/11/2009 19:54:57
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Invalid Group By
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01435336
Message ID:
01435336
Vues:
103
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform