Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL -- getting hourly averages of 15 minute bars
Message
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows 2008 Server
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01593485
Message ID:
01593495
Vues:
51
>Thanks. I tried this. The name of my table is in fact ratings
>
>
>select [hour], avg(mRating) as AvgRating from Ratings GROUP BY [hour]
>
>
>But I don't get an average for every hour, instead I got an average for the entire table, in other words a table with a single record?
>
>
>exp_1     AvgRating
>hour       3.64
>
>
>Have any ideas?
>Thanks
>Steve

Where did you run the query and what is the exact query you ran? The query above should have given you a row for every hour. BTW, it is always better to avoid reserved words as column names as in this case you have to put the column name in brackets.
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform