Fork me on Github
摘要: 一、一般连接 -- 查询商品类型id大于2的商品 SELECT * FROM store_goods,store_goods_type WHERE store_goods.goods_type = store_goods_type.goods_type_name AND store_goods_ty 阅读全文
posted @ 2022-09-25 11:57 昂昂呀 阅读(90) 评论(0) 推荐(0)