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:
01435382
Vues:
48
No error in VFP7doesn't mean that it worked correctly. See
  • Re: Change in SQL commands! Message #941774
  • Re: Proper syntax for creating sub-queries Message #1334272

    >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
    --sb--
  • Précédent
    Répondre
    Fil
    Voir

    Click here to load this message in the networking platform