Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
... and then I fell off my chair.
Message
From
04/10/2001 05:06:36
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
04/10/2001 05:00:01
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00563467
Message ID:
00563999
Views:
14
If you need absolutely max(),sum() etc then another workaround that comes to mind (test performance) :

select myField1,myField2 from myTable into cursor crsDummy nofilter
select max(myField1),myField2 from crsDummy group by ...

Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform