Hi. I'm trying to write a query that joins fields from two tables. The syntax is eluding me because I need to join two seperate counts from the same table with all of the fields from another table.
The first table is called actionsMB, and I need a count where coid=variable and another where coid=variable and actiontype='Spoke With Decision Maker'
this must be joined with select * from company_local
Any help on the syntax of such a query would be greatly appreciated. Thanks.
Stephen
The first table is called actionsMB, and I need a count where coid=variable and another where coid=variable and actiontype='Spoke With Decision Maker'
this must be joined with select * from company_local
Any help on the syntax of such a query would be greatly appreciated. Thanks.
Stephen