Hi
I’m looking to do a select query which will incoporate multiple tables and multiple where clauses. Is this possible and easy to do. I am doing it through the EE query module.
Basically i need to display entries from a channel made by a certain member group who have selected their entry to be public (they do this by selecting ‘yes’ in a custom field)
I need to get:
* entry_date from exp_channel_titles
* field_id_15, field_id_16 from exp_channel_data
* where group_id = 6 AND field_id_16 = yes
I know the above is not accurate and may need to invlove other tables.
If this is best done by a query or another method i am happy to hear.
If a query is the best way could someone put together the query?
Thanks