SELECT
ID,
post_date,
title,
p_w_meta_condensed.slug,
content,
meta_keys,
meta_values,
IFNULL(group_concat(tr.term_taxonomy_id separator ','), '') terms,
IFNULL(group_concat(t.name separator '|'), '') term_names
FROM
(
SELECT
id,
post_date,
post_title title,
post_name slug,
post_content content,
group_concat(meta_key separator '****') meta_keys,
group_concat(meta_value separator '****') meta_values
FROM (
SELECT *
FROM wp_posts p
JOIN wp_postmeta pm
ON p.id = pm.post_id
WHERE p.post_type = 'product'
AND p.post_status = 'publish'
AND pm.meta_key IN ('_product_attributes', '_price', '_regular_price', '_sale_price', '_stock_status', '_width', '_height', '_length', '_weight')
AND p.id = 98929
) AS p_w_meta GROUP BY id
) AS p_w_meta_condensed
LEFT JOIN wp_term_relationships tr
ON p_w_meta_condensed.ID = tr.object_id
LEFT JOIN wp_terms t
ON t.term_id = tr.term_taxonomy_id
GROUP BY ID
ORDER BY post_date, title
LIMIT 500
OFFSET 0
SELECT
ID,
post_date,
title,
p_w_meta_condensed.slug,
content,
meta_keys,
meta_values,
IFNULL(group_concat(tr.term_taxonomy_id separator ','), '') terms,
IFNULL(group_concat(t.name separator '|'), '') term_names
FROM
(
SELECT
id,
post_date,
post_title title,
post_name slug,
post_content content,
group_concat(meta_key separator '****') meta_keys,
group_concat(meta_value separator '****') meta_values
FROM (
SELECT *
FROM wp_posts p
JOIN wp_postmeta pm
ON p.id = pm.post_id
WHERE p.post_type = 'product'
AND p.post_status = 'publish'
AND pm.meta_key IN ('_product_attributes', '_price', '_regular_price', '_sale_price', '_stock_status', '_width', '_height', '_length', '_weight')
AND p.id = 98929
) AS p_w_meta GROUP BY id
) AS p_w_meta_condensed
LEFT JOIN wp_term_relationships tr
ON p_w_meta_condensed.ID = tr.object_id
LEFT JOIN wp_terms t
ON t.term_id = tr.term_taxonomy_id
GROUP BY ID
ORDER BY post_date, title
LIMIT 500
OFFSET 0
Instax Mini 12 Instant Camera w/ 10 Count Film Lilac Purple
BRAND
SKU
600023476
RETAIL
$99.99
DETAILS
Instant photos in seconds. Sleek body design. Auto exposure for error-free shooting. Auto flash adjusts to each lighting condition. Twist lens for close-up photos. Convenient selfie mirror. Parallax correction for crisp images. Automatic film feed-out. Auto power off after 5 minutes. Photo picture Size: 2" x 3". Includes: 10-Pack of Instax mini film. AA Alkaline batteries. Carrying wrist strap. One-year limited manufacturer warranty.