Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Help: custom db queries in WP, the right way Re: Help: custom db queries in WP, the right way

#88085
doobie
Member

How’s this look:

SELECT download_id, FoxyDownload.product_id, author, price, book_id
FROM `FoxyDownload`
INNER JOIN FoxyProduct
ON FoxyProduct.product_id = FoxyDownload.product_id

Any significant drawbacks to doing this? Am I on the right track?

Thanks,
Jacob