1 |
0.58 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.isbn AS isbn_3, t0.language AS language_4, t0.sub_title AS sub_title_5, t0.status AS status_6, t0.status_visible AS status_visible_7, t0.description AS description_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.click AS click_11, t0.image AS image_12, t0.book_feature AS book_feature_13, t0.synopsis AS synopsis_14, t0.number_of_pages AS number_of_pages_15, t0.publication_date AS publication_date_16, t0.category_id AS category_id_17, t0.publisher_id AS publisher_id_18 FROM book t0 WHERE t0.status = ? AND t0.book_feature = ? ORDER BY t0.id DESC LIMIT 2
SELECT t0.id AS id_1, t0.title AS title_2, t0.isbn AS isbn_3, t0.language AS language_4, t0.sub_title AS sub_title_5, t0.status AS status_6, t0.status_visible AS status_visible_7, t0.description AS description_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.click AS click_11, t0.image AS image_12, t0.book_feature AS book_feature_13, t0.synopsis AS synopsis_14, t0.number_of_pages AS number_of_pages_15, t0.publication_date AS publication_date_16, t0.category_id AS category_id_17, t0.publisher_id AS publisher_id_18 FROM book t0 WHERE t0.status = 1 AND t0.book_feature = 1 ORDER BY t0.id DESC LIMIT 2;
|
2 |
0.38 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.isbn AS isbn_3, t0.language AS language_4, t0.sub_title AS sub_title_5, t0.status AS status_6, t0.status_visible AS status_visible_7, t0.description AS description_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.click AS click_11, t0.image AS image_12, t0.book_feature AS book_feature_13, t0.synopsis AS synopsis_14, t0.number_of_pages AS number_of_pages_15, t0.publication_date AS publication_date_16, t0.category_id AS category_id_17, t0.publisher_id AS publisher_id_18 FROM book t0 WHERE t0.status = ? AND t0.book_feature = ? ORDER BY t0.id DESC LIMIT 1
SELECT t0.id AS id_1, t0.title AS title_2, t0.isbn AS isbn_3, t0.language AS language_4, t0.sub_title AS sub_title_5, t0.status AS status_6, t0.status_visible AS status_visible_7, t0.description AS description_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.click AS click_11, t0.image AS image_12, t0.book_feature AS book_feature_13, t0.synopsis AS synopsis_14, t0.number_of_pages AS number_of_pages_15, t0.publication_date AS publication_date_16, t0.category_id AS category_id_17, t0.publisher_id AS publisher_id_18 FROM book t0 WHERE t0.status = 1 AND t0.book_feature = 2 ORDER BY t0.id DESC LIMIT 1;
|
3 |
0.31 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.status AS status_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.image AS image_7, t0.click AS click_8 FROM blog t0 WHERE t0.status = ? ORDER BY t0.id DESC LIMIT 3
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.status AS status_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.image AS image_7, t0.click AS click_8 FROM blog t0 WHERE t0.status = 1 ORDER BY t0.id DESC LIMIT 3;
|
4 |
0.39 ms |
SELECT t0_.id AS id_0, t0_.name AS name_1, t0_.location AS location_2, t0_.message AS message_3, t0_.stars AS stars_4, t0_.created_at AS created_at_5, t0_.updated_at AS updated_at_6, t0_.book_id AS book_id_7 FROM testimonial t0_ WHERE t0_.stars > ? ORDER BY t0_.id DESC LIMIT 5
SELECT t0_.id AS id_0, t0_.name AS name_1, t0_.location AS location_2, t0_.message AS message_3, t0_.stars AS stars_4, t0_.created_at AS created_at_5, t0_.updated_at AS updated_at_6, t0_.book_id AS book_id_7 FROM testimonial t0_ WHERE t0_.stars > 3 ORDER BY t0_.id DESC LIMIT 5;
|
5 |
0.31 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.status AS status_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5 FROM category t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.status AS status_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5 FROM category t0 WHERE t0.id = 4;
|