Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
GROUP BY 1 no longer works
Message
From
06/02/2003 23:33:43
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00750415
Message ID:
00750424
Views:
18
>Can you post your select?
SELECT TOP 40 New.Numero,New.Type,New.Titre,New.Message,New.Month,New.Year,New.Page,;
 New.Url,New.Creation,New.Titre_P,New.Titre_S,New.Message_P,New.Message_S FROM New;
 INNER JOIN NewAll ON New.Numero=NewAll.NoNews;
 WHERE NewAll.NoClient=tnZone AND New.Status=1 AND (NOT INLIST(New.Type,7,10);
  OR (New.Type=7 AND New.Date>=ldDateEvent) OR;
 (New.Type=10 AND New.Date<=ldDateEvent AND New.DateFin>=ldDateEvent));
UNION;
SELECT New.Numero,New.Type,New.Titre,New.Message,New.Month,New.Year,New.Page,;
  New.Url,New.Creation,New.Titre_P,New.Titre_S,New.Message_P,New.Message_S FROM New;
 INNER JOIN New AS New2 ON New.NoUserGrou=New2.Numero;
 INNER JOIN NewAll ON New2.Numero=NewAll.NoNews;
 WHERE NewAll.NoClient=tnZone AND New.Status=1 AND INLIST(New.Type,13,15) AND;
  LEN(New.Message)>100;
 GROUP BY 1 ORDER BY 9 DESC INTO CURSOR Temp
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform