Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有两张桌子,A和B
A 相当大,大约有 200,00 行,X1 X2 和 X3 列。X1 列有 50 个唯一值,重复。
B 是一个较小的表,有 50 行(与 X1 的唯一值相同),列 X1、X4、X5
我想要完成的是,加入 A 和 B,以便在 A.X1 和 B.X1 的唯一值中,B.X4 随机 B.X5 次到 A.X6。