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.
構成情報を含む同じ構造化テーブルがいくつかあります。例 table1、table2... テーブルの数は動的です。構成ごとに新しい (同じ構造の) テーブルを作成せずに、これらの構成をデータベースに格納する方法はありますか?
テーブルを 1 つ作成します。
TableA が (ID, Name, Value) で TableB が (ID, Name, Value) の場合
TableAll は (ID、TableType、Name、Value)
例えば。