| 1 |
0.36 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2 FROM category t0
SELECT t0.id AS id_1, t0.nom AS nom_2 FROM category t0;
|
| 2 |
0.86 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.price AS price_4, t0.is_visible AS is_visible_5, t0.image1 AS image1_6, t0.image2 AS image2_7, t0.image3 AS image3_8, t0.category_id AS category_id_9 FROM product t0 WHERE t0.is_visible = ? ORDER BY t0.id DESC
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.price AS price_4, t0.is_visible AS is_visible_5, t0.image1 AS image1_6, t0.image2 AS image2_7, t0.image3 AS image3_8, t0.category_id AS category_id_9 FROM product t0 WHERE t0.is_visible = 1 ORDER BY t0.id DESC;
|
| 3 |
0.17 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.description AS description_3 FROM service t0
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.description AS description_3 FROM service t0;
|
| 4 |
0.16 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.drapeau AS drapeau_3, t0.text AS text_4 FROM pays t0
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.drapeau AS drapeau_3, t0.text AS text_4 FROM pays t0;
|
| 5 |
0.33 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.price AS price_4, t0.is_visible AS is_visible_5, t0.image1 AS image1_6, t0.image2 AS image2_7, t0.image3 AS image3_8, t0.category_id AS category_id_9 FROM product t0 WHERE t0.category_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.price AS price_4, t0.is_visible AS is_visible_5, t0.image1 AS image1_6, t0.image2 AS image2_7, t0.image3 AS image3_8, t0.category_id AS category_id_9 FROM product t0 WHERE t0.category_id = 1;
|
| 6 |
0.23 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.price AS price_4, t0.is_visible AS is_visible_5, t0.image1 AS image1_6, t0.image2 AS image2_7, t0.image3 AS image3_8, t0.category_id AS category_id_9 FROM product t0 WHERE t0.category_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.price AS price_4, t0.is_visible AS is_visible_5, t0.image1 AS image1_6, t0.image2 AS image2_7, t0.image3 AS image3_8, t0.category_id AS category_id_9 FROM product t0 WHERE t0.category_id = 2;
|
| 7 |
0.19 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.price AS price_4, t0.is_visible AS is_visible_5, t0.image1 AS image1_6, t0.image2 AS image2_7, t0.image3 AS image3_8, t0.category_id AS category_id_9 FROM product t0 WHERE t0.category_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.price AS price_4, t0.is_visible AS is_visible_5, t0.image1 AS image1_6, t0.image2 AS image2_7, t0.image3 AS image3_8, t0.category_id AS category_id_9 FROM product t0 WHERE t0.category_id = 3;
|