mysql two columns having duplicate entries

select article_id, category_id, count(*) from FEATURED_ARTICLE group
by article_id,category_id having count(*) > 1 ;

No comments:

Other Articles

Enter your email address: