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.
条件付き選択を使用することは可能ですか? 私はそのようなものを実装したい:
if (some_condition) with .... select .... from **cube1** else with ... select ... from **cube2**
列の数は、使用しているキューブによって異なる場合があります。このコードを機能させることは可能ですか? はいの場合、より少ない血でこれを行う方法(つまり、最小限のキューブ修正で)?