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-03-01 09:06:05')
AND pc.stock > 0
AND p.product_id IN (SELECT product_id FROM dtb_product_categories WHERE category_id = 701)
AND pc.del_flg = 0
GROUP BY p.product_id
ORDER BY p.update_date DESC
LIMIT 0, 120
10件見つかりました
1ページ中1ページ目
1
フリー 残り1点
¥10,700
NieR
Jacket
¥7,099
NieR
Jacket
¥9,000
NieR
Pullover
¥5,999
NieR
Pullover
¥5,400
NieR
Dress
¥5,280
NieR
Backpack
¥6,600
NieR
Pullover
¥6,160
NieR
Pullover
¥6,930
NieR
L/S Shirt
¥5,610
NieR
Sweatshirt
10件見つかりました
1ページ中1ページ目
1
57206 NieR バックプリントブルゾン
57207 NieR WIND BREAKER【闇】
57213 NieR ふわもこBLACK PARKA
57211 NieR 防寒裏起毛BLACK PARKA
57212 NieR UNISEX LONG ワンピース【耳付き】
55314 NieR MINI BACKPACK 【Donut decoration】
50827 NieR オフショルダーパーカー
50831 NieR オフショルレイヤードパーカー【PINK✖︎BLACK】
51448 NieR ORIGINAL Y-SHIRT【insecure】
51453 NieR ボリューム袖プルオーバー
POST :
Array
(
)
--------
GET :
Array
(
[brand_name] => nier
[/] =>
)
--------
$_SERVER['REQUEST_URI']
/brand/nier/
--------
mb_parse_str
Array
(
[brand_name] => nier
[/] =>
)
--------
$_SERVER['QUERY_STRING']
brand_name=nier&/