I got a two tables
tblGoals
-name
-url
-siteID
tblUrlCollection
-url
-siteID
How do I count how many times every "url" from tblGoals is in tblUrlCollection using "url" and "siteID" as input?
Would like to use like or something so I can add wildcards to the end of the "url" input parameter.
Please help me out - thanks a lot.
Performance is not a big issue here - backend stuff.