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.
奇数のフィールドを持つユニオン クエリを作成する方法はありますか。ユニオン クエリの前半には 5 つのフィールドしかなく、後半には 7 つのフィールドがあります。
いいえ、しかし、虚数フィールドを持つことができます:
SELECT RealField1, RealField2, RealField3, RealField4 FROM Table UNION ALL SELECT Null As RealField1, Null As RealField2, RealField3, RealField4 FROM Table