sql两表连接的问题

2025-06-22 04:41:54
推荐回答(1个)
回答1:

好像是这样吧
(select * from Order_Histroy)
UNION
(select * from Order)