Quote:
Originally Posted by Hunter-Digital
Also, that query looks weird... what's wrong with using:
Code:
SELECT rank, (SELECT COUNT(*) FROM stats) AS total, kills, deaths, headshots, skill FROM stats WHERE steam='%s'
?
|
The query is perfectly fine, what it does is that it calculates the skills on the fly.
However I most have missed something, don't you wanna calculate the skills on the fly anymore? As you added a own field called skills
__________________