Hi,
in the german Datebase are still some bugs:
select cur_id,cur_title, count(cur_title) as num from cur where cur_namespace=0 group by cur_title order by num desc limit 5
Which way is the best to get rid of those double enties?
- Delete them via SQL usind the cur_id? - Delete them both via ''delete article'' and insert the one of interesst again? (if that works) - something completly different?
Sorry, for asking again after 3 weeks.