thePeaceOftheLord

查询订单表M中的订单号R和行号D同时满足多组要求。

SQL:
SELECT * from M 
where
(R, D) in (("200909","1"),("511904","1"),("200908","4"));

分类:

技术点:

相关文章: