Skip to content

Commit 957603e

Browse files
committed
子查询匹配两个值
1 parent 497eead commit 957603e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

mysql开发技巧三/如何在子查询中匹配两个值

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,6 @@ where (b.user_id,b.kills) in (
1616
group by user_id
1717
);
1818

19+
20+
21+

0 commit comments

Comments
 (0)