3
0.31 ms
SELECT p0_ . id AS id_0 , p0_ . name AS name_1 , p0_ . price AS price_2 , p0_ . image AS image_3 , p0_ . qty AS qty_4 , p0_ . sku AS sku_5 , p0_ . description AS description_6 , p0_ . created_at AS created_at_7 , p0_ . updated_at AS updated_at_8 , p0_ . rating AS rating_9 , p0_ . weight AS weight_10 , p0_ . status AS status_11 , p0_ . promotion AS promotion_12 , p0_ . promotion_price AS promotion_price_13 , p0_ . promotion_start_date AS promotion_start_date_14 , p0_ . promotion_end_date AS promotion_end_date_15 , p0_ . to_be_exposed AS to_be_exposed_16 , p0_ . has_variants AS has_variants_17 , i1_ . id AS id_18 , i1_ . filename AS filename_19 , i1_ . is_main AS is_main_20 , c2_ . id AS id_21 , c2_ . name AS name_22 , c2_ . image AS image_23 , c2_ . created_at AS created_at_24 , c2_ . updated_at AS updated_at_25 , p0_ . category_id AS category_id_26 , p0_ . user_id AS user_id_27 , p0_ . taxt_id AS taxt_id_28 , i1_ . product_id AS product_id_29 , c2_ . user_id AS user_id_30 , c2_ . parent_id AS parent_id_31 , c2_ . category_id AS category_id_32 FROM product p0_ LEFT JOIN image i1_ ON p0_ . id = i1_ . product_id LEFT JOIN category c2_ ON p0_ . category_id = c2_ . id WHERE p0_ . id IN (? , ? , ? , ? , ? , ? ) ORDER BY p0_ . id DESC
Parameters :
[
41
40
39
38
37
36
]
SELECT p0_ . id AS id_0 , p0_ . name AS name_1 , p0_ . price AS price_2 , p0_ . image AS image_3 , p0_ . qty AS qty_4 , p0_ . sku AS sku_5 , p0_ . description AS description_6 , p0_ . created_at AS created_at_7 , p0_ . updated_at AS updated_at_8 , p0_ . rating AS rating_9 , p0_ . weight AS weight_10 , p0_ . status AS status_11 , p0_ . promotion AS promotion_12 , p0_ . promotion_price AS promotion_price_13 , p0_ . promotion_start_date AS promotion_start_date_14 , p0_ . promotion_end_date AS promotion_end_date_15 , p0_ . to_be_exposed AS to_be_exposed_16 , p0_ . has_variants AS has_variants_17 , i1_ . id AS id_18 , i1_ . filename AS filename_19 , i1_ . is_main AS is_main_20 , c2_ . id AS id_21 , c2_ . name AS name_22 , c2_ . image AS image_23 , c2_ . created_at AS created_at_24 , c2_ . updated_at AS updated_at_25 , p0_ . category_id AS category_id_26 , p0_ . user_id AS user_id_27 , p0_ . taxt_id AS taxt_id_28 , i1_ . product_id AS product_id_29 , c2_ . user_id AS user_id_30 , c2_ . parent_id AS parent_id_31 , c2_ . category_id AS category_id_32 FROM product p0_ LEFT JOIN image i1_ ON p0_ . id = i1_ . product_id LEFT JOIN category c2_ ON p0_ . category_id = c2_ . id WHERE p0_ . id IN (41 , 40 , 39 , 38 , 37 , 36 ) ORDER BY p0_ . id DESC ;
Copy