Hi, I'm trying to get this work;

SELECT distinct `term`,count(*) as count FROM
blp_sql_distinct_temp_table where count >= 5 group by `term` order by
count DESC

But I get this error;

Unknown column 'count' in 'where clause'

How do I get only those records whose group by count is above 5?

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/mysql

Reply via email to