1
This commit is contained in:
7
sql/backfill_goods_info_preview.sql
Normal file
7
sql/backfill_goods_info_preview.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
-- 预览:待回填 goods_info 的订单号(goods_info_id 为空)
|
||||
SELECT DISTINCT order_id
|
||||
FROM order_rows
|
||||
WHERE goods_info_id IS NULL
|
||||
AND order_id IS NOT NULL
|
||||
ORDER BY order_time DESC
|
||||
LIMIT 100;
|
||||
Reference in New Issue
Block a user