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.
変数番号のユニオン結合を行う必要があるタスクがあります。テーブルの。今のところ、すべてのテーブルをリストに保存しています。
adverb を使用してすべてのテーブルの複数のユニオン結合を行うにはどうすればよいですか?
例:
L:(table1,table2,table3) // I need something like (2!table1) uj (2!table2) uj (2!table3)