Created
April 7, 2019 09:36
-
-
Save rbrahul/5d409b46c85550b8f70d3bf7de8cf4ca to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
select wp.ID, wpm.meta_value from wp_posts wp INNER JOIN `wp_postmeta` wpm ON wp.ID = wpm.`post_id` | |
WHERE wp.`post_type` = 'product' AND wpm.`meta_key`='_amzASIN' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment