摘要: INSERT INTO _fba_inventory (asin, store_id, total_qty) VALUES (2, 2, 1) ON CONFLICT (asin,store_id) DO UPDATE SET total_qty = 4, write_date=now(); -- 阅读全文
posted @ 2020-12-28 15:39 那时一个人 阅读(738) 评论(0) 推荐(0)