会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
首页
新随笔
联系
管理
2023年3月17日
mysql 查询1个订单 存在3件及以上商品一样的其它订单
摘要: 1、需求 要查1个订单 存在3件及以上商品一样的其它订单 2、数据表 表 :order_sku 字段:order_code, sku CREATE TABLE `order_sku` ( `id` int(10) NOT NULL, `order_code` varchar(64) DEFAULT
阅读全文
posted @ 2023-03-17 16:45 pine007
阅读(197)
评论(0)
推荐(0)