SELECT SQL_CALC_FOUND_ROWS p.product_id, p.main_image, p.main_list_comment, p.comment2, p.update_date, p.sub_title6, MAX(price02), MAX(price03), MAX(stock), pc.point_rate, p.sales_datetime, p.sales_end_datetime, IF(p.tweet=p.tweet, 1, 0) AS tweet, p.name, p.movie_s, GROUP_CONCAT(cc.name separator ' ') AS classlist, GROUP_CONCAT(pc.stock separator ' ') AS stocklist
FROM dtb_products AS p
LEFT JOIN dtb_products_class AS pc ON p.product_id = pc.product_id
LEFT JOIN dtb_classcategory AS cc ON pc.classcategory_id1 = cc.classcategory_id
WHERE p.product_id IS NOT NULL
AND p.del_flg !=1
AND p.status =1
AND (p.sales_end_datetime IS NULL OR p.sales_end_datetime >= '2021-04-16 08:43:37')
AND pc.stock > 0
AND p.product_id IN (SELECT product_id FROM dtb_product_categories WHERE category_id = 453)
AND pc.del_flg = 0
GROUP BY p.product_id
ORDER BY p.update_date DESC
LIMIT 0, 120
9件見つかりました
1ページ中1ページ目
1
S 残り1点
¥3,740
NORTHLANE
T-Shirt
S 残り1点
¥3,520
NORTHLANE
T-Shirt
S 残り1点
¥6,600
NORTHLANE
T-Shirt
S 残り1点
¥4,620
NORTHLANE
Long T-Shirt
S 残り1点
¥3,520
NORTHLANE
T-Shirt
S 残り1点
¥3,520
NORTHLANE
T-Shirt
S 残り1点
¥7,700
NORTHLANE
Sweatshirt
S 残り1点
¥3,520
NORTHLANE
T-Shirt
S 残り1点
¥3,520
NORTHLANE
T-Shirt
9件見つかりました
1ページ中1ページ目
1
15386 NORTHLANE Snakes Black
24762 NORTHLANE Glitch Navy - T-Shirt
24768 NORTHLANE All-Over Print Black - T-Shirt
24771 NORTHLANE Gravity Black - Long Sleeve Shirt
24772 NORTHLANE RA Black - T-Shirt
24773 NORTHLANE Geometric White - T-Shirt
24775 NORTHLANE Yin Yang Heather Blue - Crewneck
24781 NORTHLANE Yin Yang Natural - T-Shirt
24892 NORTHLANE Terence White - T-Shirt
POST :
Array
(
)
--------
GET :
Array
(
[artist_name] => northlane
[/] =>
)
--------
$_SERVER['REQUEST_URI']
/artist/northlane/
--------
mb_parse_str
Array
(
[artist_name] => northlane
[/] =>
)
--------
$_SERVER['QUERY_STRING']
artist_name=northlane&/