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.
我有两张表,列数不同。两个表都有一个“inRoster”列,其中包含真/假。我想要的是一个查询,它将返回两个表中的所有行 inRoster = true。两个表之间没有共同的行。联合将不起作用,因为两个表之间的列不同。这可能吗?