Hi,
I have an SQL statement that works in phpmyadmin, but don't know how to translate this into cc:
SELECT AVG( text_0 )
FROM `jos_chronoforms_skills_star`
WHERE `cf_user_id` =62
Which gives me an average of all records in the "text_0" column
I've tried some different things but am stumped since I can't use "select" in the "where" box
I've also looked all over the cc forum but can't seem to find anything
Anyway, thanx for your help
mark
I have an SQL statement that works in phpmyadmin, but don't know how to translate this into cc:
SELECT AVG( text_0 )
FROM `jos_chronoforms_skills_star`
WHERE `cf_user_id` =62
Which gives me an average of all records in the "text_0" column
I've tried some different things but am stumped since I can't use "select" in the "where" box
I've also looked all over the cc forum but can't seem to find anything
Anyway, thanx for your help
mark