Params | |
---|---|
0 |
|
Params | |
---|---|
0 |
|
Params | |
---|---|
0 |
|
Params | |
---|---|
0 |
|
select * from `bk_article_classify` where `id` = '12' and `is_active` = '1' and `is_delete` = '0' limit 1
980μsdb_xhjy_preParams | |
---|---|
0 | 12 |
1 | 1 |
2 | 0 |
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 `bk_article_img` where `id` = '54' limit 1
750μsdb_xhjy_preParams | |
---|---|
0 | 54 |
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 `bk_article_classify` where `is_delete` = '0' and `is_active` = '1' and `is_nav` = '1' order by `sort` desc
2.66msdb_xhjy_preParams | |
---|---|
0 | 0 |
1 | 1 |
2 | 1 |
hints | Use SELECT * only if you need all columns from table |
select * from `bk_article_classify` where `id` = '12' and `is_active` = '1' and `is_delete` = '0' limit 1
710μsdb_xhjy_preParams | |
---|---|
0 | 12 |
1 | 1 |
2 | 0 |
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 `bk_article_classify` where `is_nav` = '1' and `is_delete` = '0' and `pid` in ('12') order by `sort` desc
840μsdb_xhjy_preParams | |
---|---|
0 | 1 |
1 | 0 |
2 | 12 |
hints | Use SELECT * only if you need all columns from table |
select * from `bk_article_classify` where `id` = '12' and `is_active` = '1' and `is_delete` = '0' limit 1
640μsdb_xhjy_preParams | |
---|---|
0 | 12 |
1 | 1 |
2 | 0 |
hints | Use SELECT * only if you need all columns from tableLIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan |