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:
01593500
Views:
41
>double checking, thank you, Steve

If you run the above query in VFP (not in SQL Server as I thought), then you don't need to use brackets.

Hmm, what do we do in VFP in this case - use column as is?
select hour, avg(mRating) as AvgRating from Ratings GROUP BY hour
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform