mysql query to concat information from 3 tables - getting incorrect result count
- by iPfaffy
I have 3 tables in my database.
ab_contacts
id
first_name
last_name
addressbook_id
ab_addressbooks
name
id
co_comments
id
link_id
comment
I'd like to create a query that will let me select all the contacts and comments related to them in a given addressbook.
To select all the people in a…