1
68.56 ms
SELECT t0 . id AS id_1 , t0 . category AS category_2 , t0 . slug AS slug_3 , t0 . sub_category_id AS sub_category_id_4 FROM tour_category t0 WHERE t0 . slug = ?
Parameters :
[
"adventure-tour "
]
SELECT t0 . id AS id_1 , t0 . category AS category_2 , t0 . slug AS slug_3 , t0 . sub_category_id AS sub_category_id_4 FROM tour_category t0 WHERE t0 . slug = 'adventure-tour' ;
Copy
2
0.43 ms
SELECT t0 . id AS id_1 , t0 . price AS price_2 , t0 . tour_overview AS tour_overview_3 , t0 . tour_title AS tour_title_4 , t0 . tour_title_slug AS tour_title_slug_5 , t0 . tour_category_id AS tour_category_id_6 FROM tour_package t0 WHERE t0 . tour_category_id IN (? )
SELECT t0 . id AS id_1 , t0 . price AS price_2 , t0 . tour_overview AS tour_overview_3 , t0 . tour_title AS tour_title_4 , t0 . tour_title_slug AS tour_title_slug_5 , t0 . tour_category_id AS tour_category_id_6 FROM tour_package t0 WHERE t0 . tour_category_id IN (17 );
Copy
3
0.32 ms
SELECT t0 . id AS id_1 , t0 . category AS category_2 , t0 . slug AS slug_3 , t0 . sub_category_id AS sub_category_id_4 FROM tour_category t0 WHERE t0 . sub_category_id = ?
SELECT t0 . id AS id_1 , t0 . category AS category_2 , t0 . slug AS slug_3 , t0 . sub_category_id AS sub_category_id_4 FROM tour_category t0 WHERE t0 . sub_category_id = 17 ;
Copy
4
0.26 ms
SELECT t0 . id AS id_1 , t0 . price AS price_2 , t0 . tour_overview AS tour_overview_3 , t0 . tour_title AS tour_title_4 , t0 . tour_title_slug AS tour_title_slug_5 , t0 . tour_category_id AS tour_category_id_6 FROM tour_package t0 WHERE t0 . tour_category_id IN (? , ? )
SELECT t0 . id AS id_1 , t0 . price AS price_2 , t0 . tour_overview AS tour_overview_3 , t0 . tour_title AS tour_title_4 , t0 . tour_title_slug AS tour_title_slug_5 , t0 . tour_category_id AS tour_category_id_6 FROM tour_package t0 WHERE t0 . tour_category_id IN (18 , 19 );
Copy
5
0.28 ms
SELECT t0 . id AS id_1 , t0 . category AS category_2 , t0 . slug AS slug_3 , t0 . sub_category_id AS sub_category_id_4 FROM tour_category t0
SELECT t0 . id AS id_1 , t0 . category AS category_2 , t0 . slug AS slug_3 , t0 . sub_category_id AS sub_category_id_4 FROM tour_category t0 ;
Copy
6
0.35 ms
SELECT t0 . id AS id_1 , t0 . price AS price_2 , t0 . tour_overview AS tour_overview_3 , t0 . tour_title AS tour_title_4 , t0 . tour_title_slug AS tour_title_slug_5 , t0 . tour_category_id AS tour_category_id_6 FROM tour_package t0 WHERE t0 . tour_category_id IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
14
15
16
20
21
22
23
24
25
26
27
28
29
30
]
SELECT t0 . id AS id_1 , t0 . price AS price_2 , t0 . tour_overview AS tour_overview_3 , t0 . tour_title AS tour_title_4 , t0 . tour_title_slug AS tour_title_slug_5 , t0 . tour_category_id AS tour_category_id_6 FROM tour_package t0 WHERE t0 . tour_category_id IN (14 , 15 , 16 , 20 , 21 , 22 , 23 , 24 , 25 , 26 , 27 , 28 , 29 , 30 );
Copy