page_title
ur_here
user
artCat
id
pages
title
params
obLevel
__env
app
ad152
rand_num
errors
user_info
v
select `cat_id`, `cat_name` from `ecs_article_cat` where (`cat_id` != '1' and (`cat_type` = '5')) order by `parent_id` desc
!=
<>
select `cat_id`, `article_id`, `title` from `ecs_article` where `ecs_article`.`cat_id` in ('5', '7', '8', '9')
select `cat_id`, `cat_name` from `ecs_article_cat` where `cat_id` = '17' limit 1
LIMIT
ORDER BY
select count(*) as aggregate from `ecs_article` where (`cat_id` = '17')
select `article_id`, `title` from `ecs_article` where (`cat_id` = '17') order by `add_time` desc limit 10 offset 0
select `name`, `url`, `opennew`, `id` from `ecs_nav` where `ifshow` = '1' and `type` = 'bottom' and 1 = 1 order by `type` asc, `vieworder` asc