Hội nghị khách hàng năm 2013
By
Posted on
Dec 11, 2013

Sunrise media đã nhận giải thưởng 1 trong 20 khách hàng lớn của TVAd
Sunrise media đã nhận giải thưởng 1 trong 20 khách hàng lớn của 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`
830μsParams | |
---|---|
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`
2.62msParams | |
---|---|
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
660μsParams | |
---|---|
0 | 1 |
hints | Use SELECT * only if you need all columns from table |
select * from `users`
690μsParams | |
---|---|
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'
550μsParams | |
---|---|
0 | page_config |
hints | Use SELECT * only if you need all columns from table |
select * from `config` where `key` = 'webcon_vi' order by `id` asc
420μsParams | |
---|---|
0 | webcon_vi |
hints | Use SELECT * only if you need all columns from table |
select * from `menu` where `alias_vi` = 'hoi-nghi-khach-hang-nam-2013'
500μsParams | |
---|---|
0 | hoi-nghi-khach-hang-nam-2013 |
hints | Use SELECT * only if you need all columns from table |
select * from `menu` where `alias_vi` = 'hoi-nghi-khach-hang-nam-2013'
390μsParams | |
---|---|
0 | hoi-nghi-khach-hang-nam-2013 |
hints | Use SELECT * only if you need all columns from table |
select * from `posts` where `alias_vi` = 'hoi-nghi-khach-hang-nam-2013'
520μsParams | |
---|---|
0 | hoi-nghi-khach-hang-nam-2013 |
hints | Use SELECT * only if you need all columns from table |
select * from `page_value` where `value` = '14' and `key` = 'category'
410μ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
430μ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_vi` = 'hoi-nghi-khach-hang-nam-2013'
500μsParams | |
---|---|
0 | hoi-nghi-khach-hang-nam-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.65msParams | |
---|---|
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
720μ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')
520μsParams | |
---|---|
0 | 83 |
1 | 84 |
2 | 72 |
hints | Use SELECT * only if you need all columns from table |