Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL -- getting hourly averages of 15 minute bars
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows 2008 Server
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01593485
Message ID:
01593540
Views:
29
For finding the maximum rating that a particular account had from 2011 through 2013, the output should look like this:
Account    mYear    MaxRatings
31425       2012        4.77
87625       2013        1.23
For finding the max rating, by account, and from 2011 through 2013, the output should look like this:
Account    mYear    mMonth MaxRatings
31425       2012        6             4.77
87625       2013        9             1.23
Thank you!!
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform