¡@

Home 

php Programming Glossary: newsletter_items

Join tables with comma values

http://stackoverflow.com/questions/7201158/join-tables-with-comma-values

I have a hard nut to crack with joing 3 tables. I have a newsletter_items newsletter_fields and newsletter_mailgroups which I want to.. I want to be joined to get a list of newsletters. The newsletter_items contains the fields letter_id letter_date receivers template.. like Group1 Group 2 This what I got now SELECT A. B. FROM newsletter_items A newsletter_fields B WHERE B.field_letter_uid A.letter_id AND..