trying to figure this statement out:
SELECT n_date, n_title, news, short_text, n_id, global_ngid, catagory_id,nfo FROM news LEFT JOIN searchcount USING(n_id) WHERE news.n_id = searchcount.news_id ORDER BY searchcount.tot_count DESC LIMIT 10
any help with this would be hugely appreciated.
thanks