1
Giao hàng toàn quốc
Giao nhanh trong ngày
Tích lũy điểm thưởng
Giỏ hàng
0702333567
SELECT *FROM `cle_categories`WHERE `public` = 1AND `slug` = 'tet-mut'
SELECT `id`FROM `cle_categories`WHERE `lft` >= '13'AND `rgt` <= '14'ORDER BY `order`
SELECT `cle_relationships`.`category_id`, count( DISTINCT object_id ) as countFROM `cle_relationships`JOIN `cle_post` ON `cle_relationships`.`object_id` = `cle_post`.`id`WHERE `public` = 1AND `trash` = 0AND `cle_relationships`.`object_type` = 'post'AND `cle_relationships`.`category_id` IN('7')GROUP BY `cle_relationships`.`category_id`
SELECT `cle_post`.*FROM `cle_post`JOIN `cle_relationships` ON `cle_relationships`.`object_id` = `cle_post`.`id`WHERE `public` = 1AND `trash` = 0AND `cle_relationships`.`object_type` = 'post'AND `cle_relationships`.`category_id` IN('7')GROUP BY `cle_post`.`id`ORDER BY `cle_post`.`order`, `cle_post`.`created` desc LIMIT 10
SELECT *FROM `cle_relationships`WHERE `category_id` = 'main-nav'AND `object_type` = 'menu'
SELECT `cle_categories`.`id`, `cle_categories`.`name`, `cle_categories`.`slug`FROM `cle_categories`WHERE `public` = 1AND `lft` <= '13'AND `rgt` >= '14'ORDER BY `level`
SELECT *FROM `cle_post`WHERE `public` = 1AND `trash` = 0AND `post_type` = 'post'ORDER BY `order`, `created` desc LIMIT 5
SELECT `cle_post`.*FROM `cle_post`JOIN `cle_relationships` ON `cle_relationships`.`object_id` = `cle_post`.`id`WHERE `public` = 1AND `trash` = 0AND `post_type` = 'post'AND `status` = 1AND `cle_relationships`.`object_type` = 'post'AND `cle_relationships`.`category_id` IN('7')GROUP BY `cle_post`.`id`ORDER BY `order`, `created` desc LIMIT 5