[Plugin: Exports and Reports] Help joining queries
-
Hi,
I have no experience of SQL – but I’m sure this plugin will do what I need. I just don’t think I have the required brain power to get it to work ??
We’re using WordPress to list vehicles for sale. I would like to be able to generate a report of the vehicles listed.
So far I have got the individual queries working (see code below)… but I need to join them together into one query/report
My queries:
SELECT post_title FROM wp_posts WHERE post_type="listing"
SELECT meta_value FROM wp_postmeta WHERE meta_key = 'regno_value'
SELECT meta_value FROM wp_postmeta WHERE meta_key = 'price_value'
SELECT meta_value FROM wp_postmeta WHERE meta_key = 'color_value'
SELECT meta_value FROM wp_postmeta WHERE meta_key = 'year_value'
If anyone can help – I would be really grateful.
Thankshttps://www.ads-software.com/extend/plugins/exports-and-reports/
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘[Plugin: Exports and Reports] Help joining queries’ is closed to new replies.