Customer Conference 2013
By
Posted on
Dec 11, 2013

Sunrise media has been awarded one of the 20 largest customers of TVAd
\
Sunrise media has been awarded one of the 20 largest customers of TVAd
\
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
16 |
|
17 |
|
18 |
|
19 |
|
20 |
|
21 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
16 |
|
17 |
|
18 |
|
19 |
|
20 |
|
21 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
16 |
|
17 |
|
18 |
|
19 |
|
20 |
|
21 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
16 |
|
17 |
|
18 |
|
19 |
|
20 |
|
21 |
|
select * from `menu`
1.75msParams | |
---|---|
hints | Use SELECT * only if you need all columns from tableThe SELECT statement has no WHERE clause and could examine many more rows than intended |
select * from `posts`
3.01msParams | |
---|---|
hints | Use SELECT * only if you need all columns from tableThe SELECT statement has no WHERE clause and could examine many more rows than intended |
select * from `menu` where `is_active` = '1' order by `stt` asc
770μsParams | |
---|---|
0 | 1 |
hints | Use SELECT * only if you need all columns from table |
select * from `users`
1.01msParams | |
---|---|
hints | Use SELECT * only if you need all columns from tableThe SELECT statement has no WHERE clause and could examine many more rows than intended |
select * from `page_value` where `object` = 'page_config'
700μsParams | |
---|---|
0 | page_config |
hints | Use SELECT * only if you need all columns from table |
select * from `config` where `key` = 'webcon_en' order by `id` asc
530μsParams | |
---|---|
0 | webcon_en |
hints | Use SELECT * only if you need all columns from table |
select * from `menu` where `alias_en` = 'customer-conference-2013'
470μsParams | |
---|---|
0 | customer-conference-2013 |
hints | Use SELECT * only if you need all columns from table |
select * from `menu` where `alias_en` = 'customer-conference-2013'
330μsParams | |
---|---|
0 | customer-conference-2013 |
hints | Use SELECT * only if you need all columns from table |
select * from `posts` where `alias_en` = 'customer-conference-2013'
530μsParams | |
---|---|
0 | customer-conference-2013 |
hints | Use SELECT * only if you need all columns from table |
select * from `page_value` where `value` = '14' and `key` = 'category'
390μsParams | |
---|---|
0 | 14 |
1 | category |
hints | Use SELECT * only if you need all columns from table |
select * from `menu` where `menu`.`id` = '27' limit 1
450μsParams | |
---|---|
0 | 27 |
hints | Use SELECT * only if you need all columns from tableLIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan |
select * from `posts` where `alias_en` = 'customer-conference-2013'
450μsParams | |
---|---|
0 | customer-conference-2013 |
hints | Use SELECT * only if you need all columns from table |
select * from `posts` where `id` > '82' and `group_id` = '14' and `is_active` = '1' order by `id` asc
1.52msParams | |
---|---|
0 | 82 |
1 | 14 |
2 | 1 |
hints | Use SELECT * only if you need all columns from table |
select * from `posts` where `id` < '82' and `group_id` = '14' and `is_active` = '1' order by `id` asc
630μsParams | |
---|---|
0 | 82 |
1 | 14 |
2 | 1 |
hints | Use SELECT * only if you need all columns from table |
select * from `posts` where `id` in ('83', '84', '72')
470μsParams | |
---|---|
0 | 83 |
1 | 84 |
2 | 72 |
hints | Use SELECT * only if you need all columns from table |