Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

Re: [Robert] Find IDs with more than x cats, find equal datasets in CatLinks

Quote Reply
Re: [Robert] Find IDs with more than x cats, find equal datasets in CatLinks In reply to
Hi Robert,

This one should be working:

select LinkID,count(*) as count from glinks_CatLinks group by LinkID having count > 1;

Cheers,

Dat

Programming and creating plugins and templates
Blog
Subject Author Views Date
Thread Find IDs with more than x cats, find equal datasets in CatLinks Robert 4298 Mar 13, 2014, 11:22 AM
Thread Re: [Robert] Find IDs with more than x cats, find equal datasets in CatLinks
tandat 4164 Mar 13, 2014, 8:58 PM
Thread Re: [tandat] Find IDs with more than x cats, find equal datasets in CatLinks
Robert 4161 Mar 14, 2014, 3:48 PM
Post Re: [Robert] Find IDs with more than x cats, find equal datasets in CatLinks
tandat 4143 Mar 14, 2014, 7:44 PM