经典sql语句

1.查询三级分类展示数据 表结构: CREATE TABLE `t_base_product_category` (   `id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT 'id',   `category_type` int(1) NOT NULL DEFAULT '1' COMMENT '分类类型 1:基础分类;2:运营分类',   `catego
相关文章
相关标签/搜索