1
0.81 ms
SELECT t0 . id AS id_1 , t0 . description AS description_2 , t0 . title AS title_3 , t0 . head AS head_4 , t0 . quote_items AS quote_items_5 , t0 . contact_number AS contact_number_6 , t0 . contact_title AS contact_title_7 FROM quote_desc t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . description AS description_2 , t0 . title AS title_3 , t0 . head AS head_4 , t0 . quote_items AS quote_items_5 , t0 . contact_number AS contact_number_6 , t0 . contact_title AS contact_title_7 FROM quote_desc t0 WHERE t0 . id = 1 ;
Copy
2
0.52 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . description AS description_3 , t0 . features AS features_4 , t0 . contact_number AS contact_number_5 , t0 . image AS image_6 , t0 . email AS email_7 , t0 . address AS address_8 , t0 . links AS links_9 FROM about_us t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . description AS description_3 , t0 . features AS features_4 , t0 . contact_number AS contact_number_5 , t0 . image AS image_6 , t0 . email AS email_7 , t0 . address AS address_8 , t0 . links AS links_9 FROM about_us t0 WHERE t0 . id = 1 ;
Copy
3
0.47 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . description AS description_3 , t0 . icon AS icon_4 , t0 . full_description AS full_description_5 FROM service t0
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . description AS description_3 , t0 . icon AS icon_4 , t0 . full_description AS full_description_5 FROM service t0 ;
Copy
4
0.42 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . count AS count_3 , t0 . icon_class AS icon_class_4 , t0 . background_color AS background_color_5 , t0 . text_color AS text_color_6 FROM achievements t0
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . count AS count_3 , t0 . icon_class AS icon_class_4 , t0 . background_color AS background_color_5 , t0 . text_color AS text_color_6 FROM achievements t0 ;
Copy
5
0.47 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . category AS category_3 , t0 . brand AS brand_4 , t0 . model AS model_5 , t0 . description AS description_6 , t0 . price AS price_7 , t0 . stock_quantity AS stock_quantity_8 , t0 . image_url AS image_url_9 , t0 . created_at AS created_at_10 , t0 . updated_at AS updated_at_11 FROM product t0
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . category AS category_3 , t0 . brand AS brand_4 , t0 . model AS model_5 , t0 . description AS description_6 , t0 . price AS price_7 , t0 . stock_quantity AS stock_quantity_8 , t0 . image_url AS image_url_9 , t0 . created_at AS created_at_10 , t0 . updated_at AS updated_at_11 FROM product t0 ;
Copy
6
0.54 ms
SELECT SUM (c0_ . quantity ) AS sclr_0 FROM cart_item c0_ WHERE c0_ . session_id = ?
Parameters :
[
"09c4131805bfc20d7bfaff4b5eb7358e "
]
SELECT SUM (c0_ . quantity ) AS sclr_0 FROM cart_item c0_ WHERE c0_ . session_id = '09c4131805bfc20d7bfaff4b5eb7358e' ;
Copy