1
0.76 ms
SELECT t0 . id AS id_1 , t0 . slug AS slug_2 , t0 . language AS language_3 , t0 . original_language AS original_language_4 , t0 . entity_id AS entity_id_5 , t0 . entity_class AS entity_class_6 FROM frg_slug_record t0 WHERE t0 . slug = ? LIMIT 1
Parameters :
[
"guidelines-for-the-development-of-upscaling-plans "
]
SELECT t0 . id AS id_1 , t0 . slug AS slug_2 , t0 . language AS language_3 , t0 . original_language AS original_language_4 , t0 . entity_id AS entity_id_5 , t0 . entity_class AS entity_class_6 FROM frg_slug_record t0 WHERE t0 . slug = 'guidelines-for-the-development-of-upscaling-plans' LIMIT 1 ;
Copy
2
0.32 ms
SELECT t0 . id AS id_1 , t0 . original_id AS original_id_2 , t0 . short_description AS short_description_3 , t0 . introduction AS introduction_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . title AS title_7 , t0 . slug AS slug_8 , t0 . language AS language_9 , t0 . original_language AS original_language_10 , t0 . position AS position_11 , t0 . menu_level AS menu_level_12 , t0 . menu_index AS menu_index_13 , t0 . menu_active AS menu_active_14 , t0 . status AS status_15 , t0 . parent_id AS parent_id_16 , t0 . image_id AS image_id_17 , t0 . created_by_id AS created_by_id_18 , t0 . modified_by_id AS modified_by_id_19 FROM frg_guidelines t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . original_id AS original_id_2 , t0 . short_description AS short_description_3 , t0 . introduction AS introduction_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . title AS title_7 , t0 . slug AS slug_8 , t0 . language AS language_9 , t0 . original_language AS original_language_10 , t0 . position AS position_11 , t0 . menu_level AS menu_level_12 , t0 . menu_index AS menu_index_13 , t0 . menu_active AS menu_active_14 , t0 . status AS status_15 , t0 . parent_id AS parent_id_16 , t0 . image_id AS image_id_17 , t0 . created_by_id AS created_by_id_18 , t0 . modified_by_id AS modified_by_id_19 FROM frg_guidelines t0 WHERE t0 . id = 66 ;
Copy
3
0.36 ms
SELECT t0 . id AS id_1 , t0 . original_id AS original_id_2 , t0 . short_description AS short_description_3 , t0 . introduction AS introduction_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . title AS title_7 , t0 . slug AS slug_8 , t0 . language AS language_9 , t0 . original_language AS original_language_10 , t0 . position AS position_11 , t0 . menu_level AS menu_level_12 , t0 . menu_index AS menu_index_13 , t0 . menu_active AS menu_active_14 , t0 . status AS status_15 , t0 . parent_id AS parent_id_16 , t0 . image_id AS image_id_17 , t0 . created_by_id AS created_by_id_18 , t0 . modified_by_id AS modified_by_id_19 FROM frg_guidelines t0 WHERE t0 . parent_id IN (? )
SELECT t0 . id AS id_1 , t0 . original_id AS original_id_2 , t0 . short_description AS short_description_3 , t0 . introduction AS introduction_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . title AS title_7 , t0 . slug AS slug_8 , t0 . language AS language_9 , t0 . original_language AS original_language_10 , t0 . position AS position_11 , t0 . menu_level AS menu_level_12 , t0 . menu_index AS menu_index_13 , t0 . menu_active AS menu_active_14 , t0 . status AS status_15 , t0 . parent_id AS parent_id_16 , t0 . image_id AS image_id_17 , t0 . created_by_id AS created_by_id_18 , t0 . modified_by_id AS modified_by_id_19 FROM frg_guidelines t0 WHERE t0 . parent_id IN (66 );
Copy
4
0.31 ms
SELECT t0 . id AS id_1 , t0 . original_id AS original_id_2 , t0 . short_description AS short_description_3 , t0 . introduction AS introduction_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . title AS title_7 , t0 . slug AS slug_8 , t0 . language AS language_9 , t0 . original_language AS original_language_10 , t0 . position AS position_11 , t0 . menu_level AS menu_level_12 , t0 . menu_index AS menu_index_13 , t0 . menu_active AS menu_active_14 , t0 . status AS status_15 , t0 . parent_id AS parent_id_16 , t0 . image_id AS image_id_17 , t0 . created_by_id AS created_by_id_18 , t0 . modified_by_id AS modified_by_id_19 FROM frg_guidelines t0 WHERE t0 . parent_id IN (? , ? , ? , ? )
Parameters :
[
108
110
115
120
]
SELECT t0 . id AS id_1 , t0 . original_id AS original_id_2 , t0 . short_description AS short_description_3 , t0 . introduction AS introduction_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . title AS title_7 , t0 . slug AS slug_8 , t0 . language AS language_9 , t0 . original_language AS original_language_10 , t0 . position AS position_11 , t0 . menu_level AS menu_level_12 , t0 . menu_index AS menu_index_13 , t0 . menu_active AS menu_active_14 , t0 . status AS status_15 , t0 . parent_id AS parent_id_16 , t0 . image_id AS image_id_17 , t0 . created_by_id AS created_by_id_18 , t0 . modified_by_id AS modified_by_id_19 FROM frg_guidelines t0 WHERE t0 . parent_id IN (108 , 110 , 115 , 120 );
Copy
5
0.23 ms
SELECT t0 . id AS id_1 , t0 . original_id AS original_id_2 , t0 . short_description AS short_description_3 , t0 . introduction AS introduction_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . title AS title_7 , t0 . slug AS slug_8 , t0 . language AS language_9 , t0 . original_language AS original_language_10 , t0 . position AS position_11 , t0 . menu_level AS menu_level_12 , t0 . menu_index AS menu_index_13 , t0 . menu_active AS menu_active_14 , t0 . status AS status_15 , t0 . parent_id AS parent_id_16 , t0 . image_id AS image_id_17 , t0 . created_by_id AS created_by_id_18 , t0 . modified_by_id AS modified_by_id_19 FROM frg_guidelines t0 WHERE t0 . parent_id IN (? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
109
111
112
113
114
116
117
118
119
]
SELECT t0 . id AS id_1 , t0 . original_id AS original_id_2 , t0 . short_description AS short_description_3 , t0 . introduction AS introduction_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . title AS title_7 , t0 . slug AS slug_8 , t0 . language AS language_9 , t0 . original_language AS original_language_10 , t0 . position AS position_11 , t0 . menu_level AS menu_level_12 , t0 . menu_index AS menu_index_13 , t0 . menu_active AS menu_active_14 , t0 . status AS status_15 , t0 . parent_id AS parent_id_16 , t0 . image_id AS image_id_17 , t0 . created_by_id AS created_by_id_18 , t0 . modified_by_id AS modified_by_id_19 FROM frg_guidelines t0 WHERE t0 . parent_id IN (109 , 111 , 112 , 113 , 114 , 116 , 117 , 118 , 119 );
Copy
6
0.31 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . language AS language_3 , t0 . original_language AS original_language_4 , t0 . original_menu_id AS original_menu_id_5 , t0 . route AS route_6 , t0 . link AS link_7 , t0 . icon AS icon_8 , t0 . position AS position_9 , t0 . created_at AS created_at_10 , t0 . updated_at AS updated_at_11 , t0 . menu_level AS menu_level_12 , t0 . menu_index AS menu_index_13 , t0 . menu_active AS menu_active_14 , t0 . parent_id AS parent_id_15 , t0 . created_by_id AS created_by_id_16 , t0 . modified_by_id AS modified_by_id_17 FROM frg_menu t0 WHERE t0 . parent_id IS NULL AND t0 . menu_active = ? ORDER BY t0 . position ASC
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . language AS language_3 , t0 . original_language AS original_language_4 , t0 . original_menu_id AS original_menu_id_5 , t0 . route AS route_6 , t0 . link AS link_7 , t0 . icon AS icon_8 , t0 . position AS position_9 , t0 . created_at AS created_at_10 , t0 . updated_at AS updated_at_11 , t0 . menu_level AS menu_level_12 , t0 . menu_index AS menu_index_13 , t0 . menu_active AS menu_active_14 , t0 . parent_id AS parent_id_15 , t0 . created_by_id AS created_by_id_16 , t0 . modified_by_id AS modified_by_id_17 FROM frg_menu t0 WHERE t0 . parent_id IS NULL AND t0 . menu_active = 1 ORDER BY t0 . position ASC ;
Copy
7
0.28 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . language AS language_3 , t0 . original_language AS original_language_4 , t0 . original_menu_id AS original_menu_id_5 , t0 . route AS route_6 , t0 . link AS link_7 , t0 . icon AS icon_8 , t0 . position AS position_9 , t0 . created_at AS created_at_10 , t0 . updated_at AS updated_at_11 , t0 . menu_level AS menu_level_12 , t0 . menu_index AS menu_index_13 , t0 . menu_active AS menu_active_14 , t0 . parent_id AS parent_id_15 , t0 . created_by_id AS created_by_id_16 , t0 . modified_by_id AS modified_by_id_17 FROM frg_menu t0 WHERE t0 . parent_id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . language AS language_3 , t0 . original_language AS original_language_4 , t0 . original_menu_id AS original_menu_id_5 , t0 . route AS route_6 , t0 . link AS link_7 , t0 . icon AS icon_8 , t0 . position AS position_9 , t0 . created_at AS created_at_10 , t0 . updated_at AS updated_at_11 , t0 . menu_level AS menu_level_12 , t0 . menu_index AS menu_index_13 , t0 . menu_active AS menu_active_14 , t0 . parent_id AS parent_id_15 , t0 . created_by_id AS created_by_id_16 , t0 . modified_by_id AS modified_by_id_17 FROM frg_menu t0 WHERE t0 . parent_id = 1 ;
Copy
8
0.27 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . language AS language_3 , t0 . original_language AS original_language_4 , t0 . original_menu_id AS original_menu_id_5 , t0 . route AS route_6 , t0 . link AS link_7 , t0 . icon AS icon_8 , t0 . position AS position_9 , t0 . created_at AS created_at_10 , t0 . updated_at AS updated_at_11 , t0 . menu_level AS menu_level_12 , t0 . menu_index AS menu_index_13 , t0 . menu_active AS menu_active_14 , t0 . parent_id AS parent_id_15 , t0 . created_by_id AS created_by_id_16 , t0 . modified_by_id AS modified_by_id_17 FROM frg_menu t0 WHERE t0 . parent_id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . language AS language_3 , t0 . original_language AS original_language_4 , t0 . original_menu_id AS original_menu_id_5 , t0 . route AS route_6 , t0 . link AS link_7 , t0 . icon AS icon_8 , t0 . position AS position_9 , t0 . created_at AS created_at_10 , t0 . updated_at AS updated_at_11 , t0 . menu_level AS menu_level_12 , t0 . menu_index AS menu_index_13 , t0 . menu_active AS menu_active_14 , t0 . parent_id AS parent_id_15 , t0 . created_by_id AS created_by_id_16 , t0 . modified_by_id AS modified_by_id_17 FROM frg_menu t0 WHERE t0 . parent_id = 2 ;
Copy
9
0.22 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . language AS language_3 , t0 . original_language AS original_language_4 , t0 . original_menu_id AS original_menu_id_5 , t0 . route AS route_6 , t0 . link AS link_7 , t0 . icon AS icon_8 , t0 . position AS position_9 , t0 . created_at AS created_at_10 , t0 . updated_at AS updated_at_11 , t0 . menu_level AS menu_level_12 , t0 . menu_index AS menu_index_13 , t0 . menu_active AS menu_active_14 , t0 . parent_id AS parent_id_15 , t0 . created_by_id AS created_by_id_16 , t0 . modified_by_id AS modified_by_id_17 FROM frg_menu t0 WHERE t0 . parent_id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . language AS language_3 , t0 . original_language AS original_language_4 , t0 . original_menu_id AS original_menu_id_5 , t0 . route AS route_6 , t0 . link AS link_7 , t0 . icon AS icon_8 , t0 . position AS position_9 , t0 . created_at AS created_at_10 , t0 . updated_at AS updated_at_11 , t0 . menu_level AS menu_level_12 , t0 . menu_index AS menu_index_13 , t0 . menu_active AS menu_active_14 , t0 . parent_id AS parent_id_15 , t0 . created_by_id AS created_by_id_16 , t0 . modified_by_id AS modified_by_id_17 FROM frg_menu t0 WHERE t0 . parent_id = 3 ;
Copy
10
0.22 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . language AS language_3 , t0 . original_language AS original_language_4 , t0 . original_menu_id AS original_menu_id_5 , t0 . route AS route_6 , t0 . link AS link_7 , t0 . icon AS icon_8 , t0 . position AS position_9 , t0 . created_at AS created_at_10 , t0 . updated_at AS updated_at_11 , t0 . menu_level AS menu_level_12 , t0 . menu_index AS menu_index_13 , t0 . menu_active AS menu_active_14 , t0 . parent_id AS parent_id_15 , t0 . created_by_id AS created_by_id_16 , t0 . modified_by_id AS modified_by_id_17 FROM frg_menu t0 WHERE t0 . parent_id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . language AS language_3 , t0 . original_language AS original_language_4 , t0 . original_menu_id AS original_menu_id_5 , t0 . route AS route_6 , t0 . link AS link_7 , t0 . icon AS icon_8 , t0 . position AS position_9 , t0 . created_at AS created_at_10 , t0 . updated_at AS updated_at_11 , t0 . menu_level AS menu_level_12 , t0 . menu_index AS menu_index_13 , t0 . menu_active AS menu_active_14 , t0 . parent_id AS parent_id_15 , t0 . created_by_id AS created_by_id_16 , t0 . modified_by_id AS modified_by_id_17 FROM frg_menu t0 WHERE t0 . parent_id = 3883 ;
Copy
11
0.18 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . language AS language_3 , t0 . original_language AS original_language_4 , t0 . original_menu_id AS original_menu_id_5 , t0 . route AS route_6 , t0 . link AS link_7 , t0 . icon AS icon_8 , t0 . position AS position_9 , t0 . created_at AS created_at_10 , t0 . updated_at AS updated_at_11 , t0 . menu_level AS menu_level_12 , t0 . menu_index AS menu_index_13 , t0 . menu_active AS menu_active_14 , t0 . parent_id AS parent_id_15 , t0 . created_by_id AS created_by_id_16 , t0 . modified_by_id AS modified_by_id_17 FROM frg_menu t0 WHERE t0 . parent_id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . language AS language_3 , t0 . original_language AS original_language_4 , t0 . original_menu_id AS original_menu_id_5 , t0 . route AS route_6 , t0 . link AS link_7 , t0 . icon AS icon_8 , t0 . position AS position_9 , t0 . created_at AS created_at_10 , t0 . updated_at AS updated_at_11 , t0 . menu_level AS menu_level_12 , t0 . menu_index AS menu_index_13 , t0 . menu_active AS menu_active_14 , t0 . parent_id AS parent_id_15 , t0 . created_by_id AS created_by_id_16 , t0 . modified_by_id AS modified_by_id_17 FROM frg_menu t0 WHERE t0 . parent_id = 3886 ;
Copy
12
0.17 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . language AS language_3 , t0 . original_language AS original_language_4 , t0 . original_menu_id AS original_menu_id_5 , t0 . route AS route_6 , t0 . link AS link_7 , t0 . icon AS icon_8 , t0 . position AS position_9 , t0 . created_at AS created_at_10 , t0 . updated_at AS updated_at_11 , t0 . menu_level AS menu_level_12 , t0 . menu_index AS menu_index_13 , t0 . menu_active AS menu_active_14 , t0 . parent_id AS parent_id_15 , t0 . created_by_id AS created_by_id_16 , t0 . modified_by_id AS modified_by_id_17 FROM frg_menu t0 WHERE t0 . parent_id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . language AS language_3 , t0 . original_language AS original_language_4 , t0 . original_menu_id AS original_menu_id_5 , t0 . route AS route_6 , t0 . link AS link_7 , t0 . icon AS icon_8 , t0 . position AS position_9 , t0 . created_at AS created_at_10 , t0 . updated_at AS updated_at_11 , t0 . menu_level AS menu_level_12 , t0 . menu_index AS menu_index_13 , t0 . menu_active AS menu_active_14 , t0 . parent_id AS parent_id_15 , t0 . created_by_id AS created_by_id_16 , t0 . modified_by_id AS modified_by_id_17 FROM frg_menu t0 WHERE t0 . parent_id = 3885 ;
Copy
13
0.17 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . language AS language_3 , t0 . original_language AS original_language_4 , t0 . original_menu_id AS original_menu_id_5 , t0 . route AS route_6 , t0 . link AS link_7 , t0 . icon AS icon_8 , t0 . position AS position_9 , t0 . created_at AS created_at_10 , t0 . updated_at AS updated_at_11 , t0 . menu_level AS menu_level_12 , t0 . menu_index AS menu_index_13 , t0 . menu_active AS menu_active_14 , t0 . parent_id AS parent_id_15 , t0 . created_by_id AS created_by_id_16 , t0 . modified_by_id AS modified_by_id_17 FROM frg_menu t0 WHERE t0 . parent_id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . language AS language_3 , t0 . original_language AS original_language_4 , t0 . original_menu_id AS original_menu_id_5 , t0 . route AS route_6 , t0 . link AS link_7 , t0 . icon AS icon_8 , t0 . position AS position_9 , t0 . created_at AS created_at_10 , t0 . updated_at AS updated_at_11 , t0 . menu_level AS menu_level_12 , t0 . menu_index AS menu_index_13 , t0 . menu_active AS menu_active_14 , t0 . parent_id AS parent_id_15 , t0 . created_by_id AS created_by_id_16 , t0 . modified_by_id AS modified_by_id_17 FROM frg_menu t0 WHERE t0 . parent_id = 3884 ;
Copy
14
0.40 ms
SELECT f0_ . id AS id_0 , f0_ . original_id AS original_id_1 , f0_ . short_description AS short_description_2 , f0_ . introduction AS introduction_3 , f0_ . created_at AS created_at_4 , f0_ . updated_at AS updated_at_5 , f0_ . title AS title_6 , f0_ . slug AS slug_7 , f0_ . language AS language_8 , f0_ . original_language AS original_language_9 , f0_ . position AS position_10 , f0_ . menu_level AS menu_level_11 , f0_ . menu_index AS menu_index_12 , f0_ . menu_active AS menu_active_13 , f0_ . status AS status_14 , f0_ . parent_id AS parent_id_15 , f0_ . image_id AS image_id_16 , f0_ . created_by_id AS created_by_id_17 , f0_ . modified_by_id AS modified_by_id_18 FROM frg_guidelines f0_ WHERE f0_ . parent_id IS NULL AND f0_ . status IN (? ) ORDER BY f0_ . menu_index ASC
Parameters :
[
"PUBLISHED "
]
SELECT f0_ . id AS id_0 , f0_ . original_id AS original_id_1 , f0_ . short_description AS short_description_2 , f0_ . introduction AS introduction_3 , f0_ . created_at AS created_at_4 , f0_ . updated_at AS updated_at_5 , f0_ . title AS title_6 , f0_ . slug AS slug_7 , f0_ . language AS language_8 , f0_ . original_language AS original_language_9 , f0_ . position AS position_10 , f0_ . menu_level AS menu_level_11 , f0_ . menu_index AS menu_index_12 , f0_ . menu_active AS menu_active_13 , f0_ . status AS status_14 , f0_ . parent_id AS parent_id_15 , f0_ . image_id AS image_id_16 , f0_ . created_by_id AS created_by_id_17 , f0_ . modified_by_id AS modified_by_id_18 FROM frg_guidelines f0_ WHERE f0_ . parent_id IS NULL AND f0_ . status IN ('PUBLISHED' ) ORDER BY f0_ . menu_index ASC ;
Copy
15
0.32 ms
SELECT t0 . id AS id_1 , t0 . original_id AS original_id_2 , t0 . short_description AS short_description_3 , t0 . introduction AS introduction_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . title AS title_7 , t0 . slug AS slug_8 , t0 . language AS language_9 , t0 . original_language AS original_language_10 , t0 . position AS position_11 , t0 . menu_level AS menu_level_12 , t0 . menu_index AS menu_index_13 , t0 . menu_active AS menu_active_14 , t0 . status AS status_15 , t0 . parent_id AS parent_id_16 , t0 . image_id AS image_id_17 , t0 . created_by_id AS created_by_id_18 , t0 . modified_by_id AS modified_by_id_19 FROM frg_guidelines t0 WHERE t0 . parent_id IN (? , ? )
SELECT t0 . id AS id_1 , t0 . original_id AS original_id_2 , t0 . short_description AS short_description_3 , t0 . introduction AS introduction_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . title AS title_7 , t0 . slug AS slug_8 , t0 . language AS language_9 , t0 . original_language AS original_language_10 , t0 . position AS position_11 , t0 . menu_level AS menu_level_12 , t0 . menu_index AS menu_index_13 , t0 . menu_active AS menu_active_14 , t0 . status AS status_15 , t0 . parent_id AS parent_id_16 , t0 . image_id AS image_id_17 , t0 . created_by_id AS created_by_id_18 , t0 . modified_by_id AS modified_by_id_19 FROM frg_guidelines t0 WHERE t0 . parent_id IN (7 , 67 );
Copy
16
1.62 ms
SELECT t0 . id AS id_1 , t0 . original_id AS original_id_2 , t0 . short_description AS short_description_3 , t0 . introduction AS introduction_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . title AS title_7 , t0 . slug AS slug_8 , t0 . language AS language_9 , t0 . original_language AS original_language_10 , t0 . position AS position_11 , t0 . menu_level AS menu_level_12 , t0 . menu_index AS menu_index_13 , t0 . menu_active AS menu_active_14 , t0 . status AS status_15 , t0 . parent_id AS parent_id_16 , t0 . image_id AS image_id_17 , t0 . created_by_id AS created_by_id_18 , t0 . modified_by_id AS modified_by_id_19 FROM frg_guidelines t0 WHERE t0 . parent_id IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
8
10
11
12
13
16
17
18
19
20
21
68
73
79
]
SELECT t0 . id AS id_1 , t0 . original_id AS original_id_2 , t0 . short_description AS short_description_3 , t0 . introduction AS introduction_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . title AS title_7 , t0 . slug AS slug_8 , t0 . language AS language_9 , t0 . original_language AS original_language_10 , t0 . position AS position_11 , t0 . menu_level AS menu_level_12 , t0 . menu_index AS menu_index_13 , t0 . menu_active AS menu_active_14 , t0 . status AS status_15 , t0 . parent_id AS parent_id_16 , t0 . image_id AS image_id_17 , t0 . created_by_id AS created_by_id_18 , t0 . modified_by_id AS modified_by_id_19 FROM frg_guidelines t0 WHERE t0 . parent_id IN (8 , 10 , 11 , 12 , 13 , 16 , 17 , 18 , 19 , 20 , 21 , 68 , 73 , 79 );
Copy
17
0.54 ms
SELECT t0 . id AS id_1 , t0 . original_id AS original_id_2 , t0 . short_description AS short_description_3 , t0 . introduction AS introduction_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . title AS title_7 , t0 . slug AS slug_8 , t0 . language AS language_9 , t0 . original_language AS original_language_10 , t0 . position AS position_11 , t0 . menu_level AS menu_level_12 , t0 . menu_index AS menu_index_13 , t0 . menu_active AS menu_active_14 , t0 . status AS status_15 , t0 . parent_id AS parent_id_16 , t0 . image_id AS image_id_17 , t0 . created_by_id AS created_by_id_18 , t0 . modified_by_id AS modified_by_id_19 FROM frg_guidelines t0 WHERE t0 . parent_id IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
9
14
15
56
57
58
59
60
61
62
63
64
65
50
51
52
53
54
55
48
49
44
45
46
47
37
38
39
40
41
42
43
123
124
35
36
26
27
28
29
30
31
32
33
34
22
23
24
25
121
122
69
70
71
72
74
75
76
77
78
80
81
82
]
SELECT
t0 . id AS id_1 ,
t0 . original_id AS original_id_2 ,
t0 . short_description AS short_description_3 ,
t0 . introduction AS introduction_4 ,
t0 . created_at AS created_at_5 ,
t0 . updated_at AS updated_at_6 ,
t0 . title AS title_7 ,
t0 . slug AS slug_8 ,
t0 . language AS language_9 ,
t0 . original_language AS original_language_10 ,
t0 . position AS position_11 ,
t0 . menu_level AS menu_level_12 ,
t0 . menu_index AS menu_index_13 ,
t0 . menu_active AS menu_active_14 ,
t0 . status AS status_15 ,
t0 . parent_id AS parent_id_16 ,
t0 . image_id AS image_id_17 ,
t0 . created_by_id AS created_by_id_18 ,
t0 . modified_by_id AS modified_by_id_19
FROM
frg_guidelines t0
WHERE
t0 . parent_id IN (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ?
)
Copy
SELECT t0 . id AS id_1 , t0 . original_id AS original_id_2 , t0 . short_description AS short_description_3 , t0 . introduction AS introduction_4 , t0 . created_at AS created_at_5 , t0 . updated_at AS updated_at_6 , t0 . title AS title_7 , t0 . slug AS slug_8 , t0 . language AS language_9 , t0 . original_language AS original_language_10 , t0 . position AS position_11 , t0 . menu_level AS menu_level_12 , t0 . menu_index AS menu_index_13 , t0 . menu_active AS menu_active_14 , t0 . status AS status_15 , t0 . parent_id AS parent_id_16 , t0 . image_id AS image_id_17 , t0 . created_by_id AS created_by_id_18 , t0 . modified_by_id AS modified_by_id_19 FROM frg_guidelines t0 WHERE t0 . parent_id IN (9 , 14 , 15 , 56 , 57 , 58 , 59 , 60 , 61 , 62 , 63 , 64 , 65 , 50 , 51 , 52 , 53 , 54 , 55 , 48 , 49 , 44 , 45 , 46 , 47 , 37 , 38 , 39 , 40 , 41 , 42 , 43 , 123 , 124 , 35 , 36 , 26 , 27 , 28 , 29 , 30 , 31 , 32 , 33 , 34 , 22 , 23 , 24 , 25 , 121 , 122 , 69 , 70 , 71 , 72 , 74 , 75 , 76 , 77 , 78 , 80 , 81 , 82 );
Copy
18
0.23 ms
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . language AS language_3 , t0 . original_language AS original_language_4 , t0 . original_menu_id AS original_menu_id_5 , t0 . route AS route_6 , t0 . link AS link_7 , t0 . icon AS icon_8 , t0 . position AS position_9 , t0 . created_at AS created_at_10 , t0 . updated_at AS updated_at_11 , t0 . menu_level AS menu_level_12 , t0 . menu_index AS menu_index_13 , t0 . menu_active AS menu_active_14 , t0 . parent_id AS parent_id_15 , t0 . created_by_id AS created_by_id_16 , t0 . modified_by_id AS modified_by_id_17 FROM frg_menu t0 WHERE t0 . parent_id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . language AS language_3 , t0 . original_language AS original_language_4 , t0 . original_menu_id AS original_menu_id_5 , t0 . route AS route_6 , t0 . link AS link_7 , t0 . icon AS icon_8 , t0 . position AS position_9 , t0 . created_at AS created_at_10 , t0 . updated_at AS updated_at_11 , t0 . menu_level AS menu_level_12 , t0 . menu_index AS menu_index_13 , t0 . menu_active AS menu_active_14 , t0 . parent_id AS parent_id_15 , t0 . created_by_id AS created_by_id_16 , t0 . modified_by_id AS modified_by_id_17 FROM frg_menu t0 WHERE t0 . parent_id = 5 ;
Copy