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

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

Quote Reply
Re: [tandat] Find IDs with more than x cats, find equal datasets in CatLinks In reply to
Yes, Sir. That helps. :)

And i have solved another where ...
Code:
select LinkID, count(*) as count from CatLinks, Links
WHERE Car = 'red' AND CatLinks.LinkID = Links.ID
group by LinkID having count > 1

But how i can ask

Choose all LinkID from CatLinks with more than 1 Cat and one CategoryID of them is '123' ?
Subject Author Views Date
Thread Find IDs with more than x cats, find equal datasets in CatLinks Robert 4295 Mar 13, 2014, 11:22 AM
Thread Re: [Robert] Find IDs with more than x cats, find equal datasets in CatLinks
tandat 4160 Mar 13, 2014, 8:58 PM
Thread Re: [tandat] Find IDs with more than x cats, find equal datasets in CatLinks
Robert 4158 Mar 14, 2014, 3:48 PM
Post Re: [Robert] Find IDs with more than x cats, find equal datasets in CatLinks
tandat 4140 Mar 14, 2014, 7:44 PM