Hi everyone,
I got the following message when executing a sql query:
"Warning: MySQL: Unable to save result set in /homepages/40/d16940955/htdocs/stat/select_site.php3 on line 109"
The query is
"SELECT system, count(system) AS count FROM $tbl_name WHERE ( system != 'Misc' AND system != 'None' ) GROUP BY system ORsDER BY count DESC LIMIT 5"
Couldn't find any information on that matter.
Would be great if anyone could help me with this error message.
Pierre
I got the following message when executing a sql query:
"Warning: MySQL: Unable to save result set in /homepages/40/d16940955/htdocs/stat/select_site.php3 on line 109"
The query is
"SELECT system, count(system) AS count FROM $tbl_name WHERE ( system != 'Misc' AND system != 'None' ) GROUP BY system ORsDER BY count DESC LIMIT 5"
Couldn't find any information on that matter.
Would be great if anyone could help me with this error message.
Pierre