Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
16 |
|
17 |
|
18 |
|
19 |
|
20 |
|
21 |
|
22 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
select count(*) as aggregate from `rounds` where `enabled` = '1' and `round_for` in ('1', '4') and `end_date` >= '2025-03-15' and exists (select * from `round_translations` where `rounds`.`id` = `round_translations`.`round_id` and `locale` = 'ar' and `locale` in ('de', 'en', 'es', 'fr', 'tr', 'ar', 'en'))
2.77msemaq_maqraaMetadata | |
---|---|
Bindings |
|
select * from `courses` where exists (select * from `course_translations` where `courses`.`id` = `course_translations`.`course_id` and `locale` = 'ar' and `locale` in ('de', 'en', 'es', 'fr', 'tr', 'ar', 'en')) and `enabled` = '1' and `learning_path_id` is null and exists (select * from `ng_levels` where `courses`.`id` = `ng_levels`.`course_id` and exists (select * from `ng_lessons` where `ng_levels`.`id` = `ng_lessons`.`level_id` and exists (select * from `ng_lesson_translations` where `ng_lessons`.`id` = `ng_lesson_translations`.`lesson_id` and `locale` = 'ar' and `locale` in ('de', 'en', 'es', 'fr', 'tr', 'ar', 'en')) and `enabled` = '1'))
1.79msemaq_maqraaMetadata | |
---|---|
Bindings |
|
Hints |
|
select * from `course_translations` where `locale` in ('de', 'en', 'es', 'fr', 'tr', 'ar', 'en') and `course_translations`.`course_id` in ('2', '7', '8', '10', '12', '17', '25', '30', '31', '36', '37', '38', '40', '41', '42', '43', '45')
730μsemaq_maqraaMetadata | |
---|---|
Bindings |
|
Hints |
|
select CONCAT(first_name,' ',last_name) AS name, `username` from `users` where exists (select * from `roles` inner join `role_user` on `roles`.`id` = `role_user`.`role_id` where `users`.`id` = `role_user`.`user_id` and `name` = 'instructor') and `is_actived` = '1' and exists (select * from `rounds` where `users`.`id` = `rounds`.`instructor_id` and `enabled` = '1')
1.14msemaq_maqraaMetadata | |
---|---|
Bindings |
|