Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Invalid Group By
Message
 
 
To
17/11/2009 19:54:57
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01435336
Message ID:
01435382
Views:
47
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--
  • Previous
    Reply
    Map
    View

    Click here to load this message in the networking platform